TODO.txt 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: x = date, y = lines
  56. - could show tags as vertical lines
  57. - Tags
  58. - Lines
  59. - Authors (count of people contributing after last version)?
  60. - Author page for each author
  61. - Name, mail
  62. - Total commits (%)
  63. - LOC (%)
  64. - Last commit: date
  65. - First commit: date
  66. - Activity by Clock Time
  67. - (G) Hour of Day
  68. - (G) Day of Week
  69. - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
  70. - (Most Recent Commits?)
  71. - Author of Month(s):
  72. - Author of Year(s):
  73. - Pages for years?
  74. - Commits (% of all)
  75. - Author top ten
  76. - Month statistics