1 - development statistics generator for git
2 - should be as versatile as statcvs / statsvn
7 - Current list of files
8 - git-log --stat or --shortstat - N files changed, N insertions, N deletions
9 - git-log --name-status - svn-like list of modifications for each commit
11 - first and last commit
13 - not all tags are tags on refs?
14 - git-log |git-shortlog -s
15 - author: number of commits
17 - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
18 - git-rev-list HEAD == git-log --pretty=oneline
22 - Report Period (git-log)
23 - DONE Total Files (git-ls-files)
30 - show only first 10 and rest on separate page?
31 - DONE (T): author, commits (%), LOC?, first commit, last commit
32 - DONE (T): Developer of the Month: month, author, commits, LOC?
37 - Average revisions per file
38 - (G) File Count: x = date, y = files
39 - (G) Average file size: x = date, y = lines/file
40 - (T) File Extensions (or mime types from "file"?): extension, files (%), lines (%), lines/file
42 - (T) Files With Most Revisions?
47 - Hour of weekday -> 7x25?
52 - (G) Lines of Code: x = date, y = lines
55 - (T): Name, Date, LOC?, Developers
57 - Author page for each author
63 - Activity by Clock Time
66 - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
67 - (Most Recent Commits?)
71 - Report Period (first/last date of commits)
77 - Lines of Code: x = date, y = lines, releases/tags as vertical lines
78 - Table: Top 10 Authors: author, LOC (%)
79 - Table: Repository tags: name, date, lines, LOC Churn, Developers
80 - Tree: Directories: dir (N files, N lines)
83 - Number of developers
84 - Table: author, changes (%), LOC (%), LOC/change
85 - Graph: Lines of Code: x = date, y = lines, colored lines for each author
86 - Table: Developer of the Month: month, author, lines
87 - Graph: Developer Activity
88 - Graph: Author Activity (bar for each author, showing modifying/adding percentages) (could be table)
89 - Graphs: Activity by Clock Time
94 - Lines of Code (same as main graph)
97 - Graph: File Sizes and File Counts: x = date, y = files
98 - Graph: Average File Size (x = date, y = LOC/file)
100 - Table: Largest Files
101 - Table: Files With Most Revisions
108 - Use gnuplot, graphviz etc ?
111 - $ statgit [-o html] /path/to/git /output/dir
114 - statgit or gitstats (no google hits for either)
118 - could show some statistics from last year, month, etc... pisg-like?
119 - style: tabs at top for different pages