Преглед на файлове

todo: ideas on state saving/restoring.

Heikki Hokkanen преди 18 години
родител
ревизия
df8f910b19
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5
    0
      doc/TODO.txt

+ 5
- 0
doc/TODO.txt Целия файл

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