123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. [Stats]
  24. - General
  25. - Total repository size (slooooow)?
  26. - Activity by Time?
  27. - (G?) Last 30 days
  28. - (G?) Last 12 months
  29. - (T) Hour of Week: percentages / coloring?
  30. - Authors
  31. - (T) List of authors
  32. - Lines
  33. - Position by nrof commits
  34. - (T) Author of Month
  35. - Lines
  36. - (T) Author of Year
  37. - Lines
  38. - Files
  39. - Average revisions per file
  40. - (G) Average file size: x = date, y = lines/file
  41. - (T) Largest Files?
  42. - (T) Files With Most Revisions?
  43. - Lines
  44. - Average lines/file
  45. - (G) Lines of Code: show tags as vertical lines?
  46. - Tags
  47. - Lines
  48. - Authors (count of people contributing after last version)?
  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):
  62. - Pages for years?
  63. - Commits (% of all)
  64. - Author top ten
  65. - Month statistics