|
|
@@ -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?
|