123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. - development statistics generator for git
  2. - should be as versatile as statcvs / statsvn
  3. - language?
  4. - perl or python?
  5. - make git data collection part separate so that portage to other DVCS's is easier
  6. - DataCollector
  7. - make output thingies modular as well (HTML first, plain text later etc)
  8. - ReportCreator
  9. [Information]
  10. - git-log
  11. - git-ls-files
  12. - Current list of files
  13. - git-log --stat or --shortstat - N files changed, N insertions, N deletions
  14. - git-log --name-status - svn-like list of modifications for each commit
  15. - git-rev-list --all
  16. - first and last commit
  17. - git-show-ref --tags
  18. - git-log |git-shortlog -s
  19. - author: number of commits
  20. - git-what-changed
  21. [Stats]
  22. - General
  23. - Report Period (git-log)
  24. - Total Files (git-ls-files)
  25. - Total LOC?
  26. - Authors
  27. - Authors
  28. - List of authors
  29. - (T): author, commits (%), LOC?, first commit, last commit
  30. - (T): Developer of the Month: month, author, commits, LOC?
  31. - Tags
  32. - (T): Name, Date, LOC?, Developers
  33. - Author page for each author
  34. - Name, mail
  35. - Total commits (%)
  36. - LOC (%)
  37. - Last commit: date
  38. - First commit: date
  39. - Activity by Clock Time
  40. - (G) Hour of Day
  41. - (G) Day of Week
  42. - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
  43. - (Most Recent Commits?)
  44. [Stats in StatSVN]
  45. - General
  46. - Report Period (first/last date of commits)
  47. - Total files?
  48. - Total LOC?
  49. - Developers
  50. - Main stats
  51. - Lines of Code: x = date, y = lines, releases/tags as vertical lines
  52. - Table: Top 10 Authors: author, LOC (%)
  53. - Table: Repository tags: name, date, lines, LOC Churn, Developers
  54. - Tree: Directories: dir (N files, N lines)
  55. - Developers
  56. - Number of developers
  57. - Table: author, changes (%), LOC (%), LOC/change
  58. - Graph: Lines of Code: x = date, y = lines, colored lines for each author
  59. - Table: Developer of the Month: month, author, lines
  60. - Graph: Developer Activity
  61. - Graph: Author Activity (bar for each author, showing modifying/adding percentages) (could be table)
  62. - Graphs: Activity by Clock Time
  63. - Hour of Day
  64. - Day of Week
  65. - Commit logs
  66. - Lines of Code (same as main graph)
  67. - File Statistics
  68. - Graph: File Sizes and File Counts: x = date, y = files
  69. - Graph: Average File Size (x = date, y = LOC/file)
  70. - Table: File Types
  71. - Table: Largest Files
  72. - Table: Files With Most Revisions
  73. - Directory sizes
  74. - "Repo heatmap"?
  75. - LOC and Churn
  76. [Graphics]
  77. - Use gnuplot, graphviz etc ?
  78. [Usage]
  79. - $ statgit [-o html] /path/to/git /output/dir
  80. [name]
  81. - statgit or gitstats (no google hits for either)
  82. [Misc]
  83. - use sortable.js ?