We're half-way there with the separate indexes
[stgit] / TODO
1 The TODO list before 1.0:
2
3 - more regression tests
4
5 - use a separate index for some commands (refresh, fold etc.) so that
6 files already added/removed are not automatically checked in
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
12 - document the workflow on the StGIT wiki
13 - release 1.0
14
15
16 The future, when time allows or if someone else does them:
17
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)
22 - numeric shortcuts for naming patches near top (eg. +1, -2)
23 - (config?) parameter for number of patches included by "series -s"