1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. []
  2. - optimization: merge the two git-rev-list commands and use python instead of shell while loop
  3. - %at %an, remove %H & grep -v
  4. - BUG linux-2.6 repository
  5. - git-log --pretty=format:"%at %an" |grep -C3 unknown
  6. - git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
  7. [Unsorted]
  8. - clean up after running gnuplot (option to keep .dat files around?)
  9. - show raw data in some way (the tables used currently aren't very nice)
  10. - allow multiple stylesheets
  11. - parameter --style
  12. - styles/{default,...}.css
  13. - could show some statistics from last year, month, etc... pisg-like?
  14. - use sortable.js
  15. - Commandline options
  16. --title "Project name"
  17. --debug / --verbose
  18. - state saving/restoring?
  19. - could save data that can not be recreated quickly (for example files/lines data)
  20. [Stats]
  21. - Activity by Time?
  22. - (G?) Last 30 days
  23. - (G?) Last 12 months
  24. - (T) Hour of Week: percentages / coloring?
  25. - Authors
  26. - (T) List of authors
  27. - Lines
  28. - Position by nrof commits
  29. - (T) Author of Month
  30. - Places 2-N ?
  31. - Lines
  32. - (T) Author of Year
  33. - Places 2-N
  34. - Lines
  35. - Files
  36. - Average revisions per file
  37. - (G) Average file size: x = date, y = lines/file
  38. - (T) Largest Files?
  39. - (T) Files With Most Revisions?
  40. - Lines
  41. - Average lines/file
  42. - (G) Lines of Code: show tags as vertical lines?
  43. - Tags
  44. - Lines
  45. - Authors (count of people contributing after last version)?
  46. - Author page for each author
  47. - Name, mail
  48. - Total commits (%)
  49. - LOC (%)
  50. - Last commit: date
  51. - First commit: date
  52. - Activity by Clock Time
  53. - (G) Hour of Day
  54. - (G) Day of Week
  55. - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
  56. - (Most Recent Commits?)
  57. - Author of Month(s):
  58. - Author of Year(s):
  59. - Pages for years?
  60. - Commits (% of all)
  61. - Author top ten
  62. - Month statistics