TODO.txt 2.0KB

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