|
|
@@ -16,6 +16,11 @@
|
|
16
|
16
|
--debug / --verbose
|
|
17
|
17
|
- state saving/restoring?
|
|
18
|
18
|
- could save data that can not be recreated quickly (for example files/lines data)
|
|
|
19
|
+ - tags
|
|
|
20
|
+ - files_by_stamp could be cached
|
|
|
21
|
+ - would have to cope with cases where history is rewritten
|
|
|
22
|
+ - use pickle.dump() & pickle.load()
|
|
|
23
|
+ - where to save the state file? <repo>/.git/gitstats.dat ?
|
|
19
|
24
|
|
|
20
|
25
|
[Stats]
|
|
21
|
26
|
- General
|