123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. []
  2. - BUG git repo broken again
  3. - Files
  4. - (T) File count by date
  5. - style class for images (<div class="graph">)?
  6. - better style for images & tables (keep next to each other?)
  7. - parameter --style default.css
  8. [0.0.1]
  9. - copy/link gitstats.css to target dir
  10. - find out pwd or home dir?
  11. [Unsorted]
  12. - use sortable.js
  13. [Information]
  14. - git-log
  15. - git-ls-files
  16. - Current list of files
  17. - git-ls-tree -r <revision>
  18. - get a list of files in each revision
  19. - git-log --stat or --shortstat - N files changed, N insertions, N deletions
  20. - git-log --name-status - svn-like list of modifications for each commit
  21. - git-rev-list --all
  22. - first and last commit
  23. - git-show-ref --tags
  24. - not all tags are tags on refs?
  25. - git-log |git-shortlog -s
  26. - author: number of commits
  27. - git-what-changed
  28. - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
  29. - git-rev-list HEAD == git-log --pretty=oneline
  30. - for rev in $(git-rev-list HEAD); do echo "$rev" $(git-ls-tree -r "$rev" |wc -l); done
  31. - number of files in each revision
  32. [Stats]
  33. - Activity by Time?
  34. - (G?) Last 30 days
  35. - (G?) Last 12 months
  36. - (T) Hour of Week: percentages / coloring?
  37. - Authors
  38. - (T) List of authors
  39. - Lines
  40. - Position by nrof commits
  41. - (T) Author of Month
  42. - Places 2-N ?
  43. - Lines
  44. - (T) Author of Year
  45. - Places 2-N
  46. - Lines
  47. - Files
  48. - Average revisions per file
  49. - (G) Average file size: x = date, y = lines/file
  50. - (T) Largest Files?
  51. - (T) Files With Most Revisions?
  52. - Lines
  53. - Average lines/file
  54. - (G) Lines of Code: x = date, y = lines
  55. - could 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. [Stats in StatSVN]
  73. - General
  74. - Report Period (first/last date of commits)
  75. - Total files?
  76. - Total LOC?
  77. - Developers
  78. - Main stats
  79. - Lines of Code: x = date, y = lines, releases/tags as vertical lines
  80. - Table: Top 10 Authors: author, LOC (%)
  81. - Table: Repository tags: name, date, lines, LOC Churn, Developers
  82. - Tree: Directories: dir (N files, N lines)
  83. - Developers
  84. - Number of developers
  85. - Table: author, changes (%), LOC (%), LOC/change
  86. - Graph: Lines of Code: x = date, y = lines, colored lines for each author
  87. - Table: Developer of the Month: month, author, lines
  88. - Graph: Developer Activity
  89. - Graph: Author Activity (bar for each author, showing modifying/adding percentages) (could be table)
  90. - Graphs: Activity by Clock Time
  91. - Hour of Day
  92. - Day of Week
  93. - Commit logs
  94. - Lines of Code (same as main graph)
  95. - File Statistics
  96. - Graph: File Sizes and File Counts: x = date, y = files
  97. - Graph: Average File Size (x = date, y = LOC/file)
  98. - Table: File Types
  99. - Table: Largest Files
  100. - Table: Files With Most Revisions
  101. - Directory sizes
  102. - "Repo heatmap"?
  103. - LOC and Churn
  104. [Misc]
  105. - use sortable.js ?
  106. - could show some statistics from last year, month, etc... pisg-like?