Bladeren bron

todo: more items.

Heikki Hokkanen 18 jaren geleden
bovenliggende
commit
41da84c96f
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 7
    0
      doc/TODO.txt

+ 7
- 0
doc/TODO.txt Bestand weergeven

@@ -1,4 +1,9 @@
1 1
 []
2
+- optimization: merge the two git-rev-list commands and use python instead of shell while loop
3
+	- %at %an, remove %H & grep -v
4
+- BUG linux-2.6 repository
5
+	- git-log --pretty=format:"%at %an" |grep -C3 unknown
6
+	- git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
2 7
 
3 8
 [Bugs]
4 9
 - Graphs: vertical x labels get cut off
@@ -14,6 +19,8 @@
14 19
 - Commandline options
15 20
 	--title "Project name"
16 21
 	--debug / --verbose
22
+- state saving/restoring?
23
+	- could save data that can not be recreated quickly (for example files/lines data)
17 24
 
18 25
 [Stats]
19 26
 - Activity by Time?