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