123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. []
  2. - Files
  3. - (T) File count by date
  4. - better style for images & tables (keep next to each other?)
  5. - parameter --style default.css
  6. - styles/default.css
  7. [0.0.1]
  8. - style: fix table colors
  9. - copy/link gitstats.css to target dir
  10. - find out pwd or home dir?
  11. [Unsorted]
  12. - could show some statistics from last year, month, etc... pisg-like?
  13. - use sortable.js
  14. [Information]
  15. - git-log
  16. - git-ls-files
  17. - Current list of files
  18. - git-ls-tree -r <revision>
  19. - get a list of files in each revision
  20. - git-log --stat or --shortstat - N files changed, N insertions, N deletions
  21. - git-log --name-status - svn-like list of modifications for each commit
  22. - git-rev-list --all
  23. - first and last commit
  24. - git-show-ref --tags
  25. - not all tags are tags on refs?
  26. - git-log |git-shortlog -s
  27. - author: number of commits
  28. - git-what-changed
  29. - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
  30. - git-rev-list HEAD == git-log --pretty=oneline
  31. - for rev in $(git-rev-list HEAD); do echo "$rev" $(git-ls-tree -r "$rev" |wc -l); done
  32. - number of files in each revision
  33. [Stats]
  34. - Activity by Time?
  35. - (G?) Last 30 days
  36. - (G?) Last 12 months
  37. - (T) Hour of Week: percentages / coloring?
  38. - Authors
  39. - (T) List of authors
  40. - Lines
  41. - Position by nrof commits
  42. - (T) Author of Month
  43. - Places 2-N ?
  44. - Lines
  45. - (T) Author of Year
  46. - Places 2-N
  47. - Lines
  48. - Files
  49. - Average revisions per file
  50. - (G) Average file size: x = date, y = lines/file
  51. - (T) Largest Files?
  52. - (T) Files With Most Revisions?
  53. - Lines
  54. - Average lines/file
  55. - (G) Lines of Code: show tags as vertical lines?
  56. - Tags
  57. - Lines
  58. - Authors (count of people contributing after last version)?
  59. - Author page for each author
  60. - Name, mail
  61. - Total commits (%)
  62. - LOC (%)
  63. - Last commit: date
  64. - First commit: date
  65. - Activity by Clock Time
  66. - (G) Hour of Day
  67. - (G) Day of Week
  68. - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
  69. - (Most Recent Commits?)
  70. - Author of Month(s):
  71. - Author of Year(s):
  72. - Pages for years?
  73. - Commits (% of all)
  74. - Author top ten
  75. - Month statistics