Przeglądaj źródła

todo: ideas on state saving/restoring.

Heikki Hokkanen 18 lat temu
rodzic
commit
df8f910b19
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5
    0
      doc/TODO.txt

+ 5
- 0
doc/TODO.txt Wyświetl plik

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