Tags: show commits & authors for each tag.
[gitstats.git] / doc / TODO.txt
blob098ae03227f0c8be29d01a821247085d01de121e
1 []
2 - BUG linux-2.6 repository
3         - git-log --pretty=format:"%at %an" |grep -C3 unknown
4         - git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
6 [Unsorted]
7 - clean up after running gnuplot (option to keep .dat files around?)
8 - show raw data in some way (the tables used currently aren't very nice)
9 - allow multiple stylesheets
10         - parameter --style
11         - styles/{default,...}.css
12 - could show some statistics from last year, month, etc... pisg-like?
13 - Commandline options
14         --title "Project name"
15         --debug / --verbose
16 - save command line settings and use them next run if not overridden?
18 [Stats]
19 - General
20         - Total repository size (slooooow)?
22 - Activity by Time?
23         - (G?) Last 30 days
24         - (G?) Last 12 months
25         - (T) Hour of Week: percentages / coloring?
26         - (G) Pace of Changes - number of line/other changes happening over time
28 - Authors
29         - (T) List of authors
30                 - Lines
31         - (T) Author of Month
32                 - Lines
33         - (T) Author of Year
34                 - Lines
36 - Files
37         - Average revisions per file
38         - (G) Average file size: x = date, y = lines/file
39         - (T) Largest Files?
40         - (T) Files With Most Revisions?
42 - Lines
43         - Average lines/file
44         - (G) Lines of Code: show tags as vertical lines?
46 - Tags
47         - Lines
49 - Author page for each author
50         - Name, mail
51         - Total commits (%)
52         - LOC (%)
53         - Last commit: date
54         - First commit: date
55         - Activity by Clock Time
56                 - (G) Hour of Day
57                 - (G) Day of Week
58         - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
59         - (Most Recent Commits?)
60         - Author of Month(s):
61         - Author of Year(s):
63 - Pages for years?
64         - Commits (% of all)
65         - Author top ten
66         - Month statistics