1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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"
  5. [Unsorted]
  6. - clean up after running gnuplot (option to keep .dat files around?)
  7. - show raw data in some way (the tables used currently aren't very nice)
  8. - allow multiple stylesheets
  9. - parameter --style
  10. - styles/{default,...}.css
  11. - could show some statistics from last year, month, etc... pisg-like?
  12. - use sortable.js
  13. - Commandline options
  14. --title "Project name"
  15. --debug / --verbose
  16. - state saving/restoring?
  17. - could save data that can not be recreated quickly (for example files/lines data)
  18. - tags
  19. - files_by_stamp could be cached
  20. - would have to cope with cases where history is rewritten
  21. - use pickle.dump() & pickle.load()
  22. - where to save the state file? <repo>/.git/gitstats.dat ?
  23. - also save command line settings and use them next run if not overridden?
  24. [Stats]
  25. - General
  26. - Total repository size (slooooow)?
  27. - Activity by Time?
  28. - (G?) Last 30 days
  29. - (G?) Last 12 months
  30. - (T) Hour of Week: percentages / coloring?
  31. - (G) Pace of Changes - number of line/other changes happening over time
  32. - Authors
  33. - (T) List of authors
  34. - Lines
  35. - Position by nrof commits
  36. - (T) Author of Month
  37. - Lines
  38. - (T) Author of Year
  39. - Lines
  40. - Files
  41. - Average revisions per file
  42. - (G) Average file size: x = date, y = lines/file
  43. - (T) Largest Files?
  44. - (T) Files With Most Revisions?
  45. - Lines
  46. - Average lines/file
  47. - (G) Lines of Code: show tags as vertical lines?
  48. - Tags
  49. - Lines
  50. - Authors (count of people contributing after last version)?
  51. - Author page for each author
  52. - Name, mail
  53. - Total commits (%)
  54. - LOC (%)
  55. - Last commit: date
  56. - First commit: date
  57. - Activity by Clock Time
  58. - (G) Hour of Day
  59. - (G) Day of Week
  60. - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
  61. - (Most Recent Commits?)
  62. - Author of Month(s):
  63. - Author of Year(s):
  64. - Pages for years?
  65. - Commits (% of all)
  66. - Author top ten
  67. - Month statistics