|
|
@@ -5,6 +5,33 @@
|
|
5
|
5
|
- perl or python?
|
|
6
|
6
|
|
|
7
|
7
|
- make git data collection part separate so that portage to other DVCS's is easier
|
|
|
8
|
+- make output thingies modular as well (HTML first, plain text later etc)
|
|
|
9
|
+
|
|
|
10
|
+[Information]
|
|
|
11
|
+- git-log
|
|
|
12
|
+- git-ls-files
|
|
|
13
|
+ - Current list of files
|
|
|
14
|
+- git-log --stat or --shortstat - N files changed, N insertions, N deletions
|
|
|
15
|
+- git-log --name-status - svn-like list of modifications for each commit
|
|
|
16
|
+- git-rev-list --all
|
|
|
17
|
+ - first and last commit
|
|
|
18
|
+- git-show-ref --tags
|
|
|
19
|
+- git-log |git-shortlog -s
|
|
|
20
|
+ - author: number of commits
|
|
|
21
|
+- git-what-changed
|
|
|
22
|
+
|
|
|
23
|
+[Stats]
|
|
|
24
|
+- General
|
|
|
25
|
+ - Report Period (git-log)
|
|
|
26
|
+ - Total Files (git-ls-files)
|
|
|
27
|
+ - Total LOC?
|
|
|
28
|
+ - Authors
|
|
|
29
|
+
|
|
|
30
|
+- Authors
|
|
|
31
|
+ - Total number of authors
|
|
|
32
|
+ - List of names
|
|
|
33
|
+ - (T): author, commits (%), LOC?, first commit, last commit
|
|
|
34
|
+ - (T): Developer of the Month: month, author, commits, LOC?
|
|
8
|
35
|
|
|
9
|
36
|
[Stats in StatSVN]
|
|
10
|
37
|
- General
|