Bladeren bron

Updated and reorganized todo.

Heikki Hokkanen 18 jaren geleden
bovenliggende
commit
f1483d3cc2
1 gewijzigde bestanden met toevoegingen van 16 en 5 verwijderingen
  1. 16
    5
      TODO.txt

+ 16
- 5
TODO.txt Bestand weergeven

@@ -1,9 +1,17 @@
1 1
 []
2
+- Files
3
+	- (T) File count by date
4
+- index: generated in N secs
5
+
6
+- save gnuplot files in inline code, or in current dir as 
7
+	- ability to change the gnuplot instructions run-time would be nice, though
8
+- style class for images (<div class="graph">)?
9
+- better style for images & tables (keep next to each other?)
10
+
11
+[0.0.1]
2 12
 - copy/link statgit.css to target dir
3
-- Activity: gnuplot graphs of tables
4 13
 
5
-- development statistics generator for git
6
-	- should be as versatile as statcvs / statsvn
14
+[Unsorted]
7 15
 
8 16
 [Information]
9 17
 - git-log
@@ -22,6 +30,8 @@
22 30
 - git-what-changed
23 31
 - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
24 32
 	- git-rev-list HEAD == git-log --pretty=oneline
33
+- for rev in $(git-rev-list HEAD); do echo "$rev" $(git-ls-tree -r "$rev" |wc -l); done
34
+	- number of files in each revision
25 35
 
26 36
 [Stats]
27 37
 - General
@@ -49,8 +59,9 @@
49 59
 	- DONE (T): Author of Year
50 60
 
51 61
 - Files
52
-	- Total Files
53
-	- Average file size
62
+	- DONE Total Files
63
+	- DONE Total Lines
64
+	- DONE Average file size
54 65
 	- Average revisions per file
55 66
 	- (G) File Count by Date: x = date, y = files
56 67
 	- (G) Average file size: x = date, y = lines/file