TODO.txt 1.9KB

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