chiark / gitweb /
We're half-way there with the separate indexes
[stgit] / TODO
CommitLineData
1fece88e 1The TODO list before 1.0:
41a6d859 2
aa9b1b9d 3- more regression tests
2171eff3 4
1fece88e
CM
5- use a separate index for some commands (refresh, fold etc.) so that
6 files already added/removed are not automatically checked in
2171eff3
KH
7
8 + This is easily done with the new infrastructure. refresh now
9 uses a separate index when appropriate. fold has not yet been
10 converted.
11
1fece88e 12- document the workflow on the StGIT wiki
41a6d859
CM
13- release 1.0
14
15
1fece88e 16The future, when time allows or if someone else does them:
41a6d859 17
41a6d859
CM
18- patch dependency tracking
19- multiple heads in a patch - useful for forking a patch,
20 synchronising with other patches (diff format or in other
21 repositories)
8741321b
YD
22- numeric shortcuts for naming patches near top (eg. +1, -2)
23- (config?) parameter for number of patches included by "series -s"