From ab586e83c9ad132ac591e7fcf8a1b6998785d27d Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Mon, 30 Jul 2007 18:22:57 +0300 Subject: [PATCH] More ideas and todo items. --- TODO.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/TODO.txt b/TODO.txt index 3883311..2ae2e87 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,6 +5,33 @@ - perl or python? - make git data collection part separate so that portage to other DVCS's is easier +- make output thingies modular as well (HTML first, plain text later etc) + +[Information] +- git-log +- git-ls-files + - Current list of files +- git-log --stat or --shortstat - N files changed, N insertions, N deletions +- git-log --name-status - svn-like list of modifications for each commit +- git-rev-list --all + - first and last commit +- git-show-ref --tags +- git-log |git-shortlog -s + - author: number of commits +- git-what-changed + +[Stats] +- General + - Report Period (git-log) + - Total Files (git-ls-files) + - Total LOC? + - Authors + +- Authors + - Total number of authors + - List of names + - (T): author, commits (%), LOC?, first commit, last commit + - (T): Developer of the Month: month, author, commits, LOC? [Stats in StatSVN] - General -- 2.11.4.GIT