Update the TODO information
[stgit] / TODO
1 The TODO list until 1.0:
2
3 - patch revisions support
4 - make StGIT repositories safe against the 'git prune' command
5 - better handling of file renaming
6 - use same configuration file as GIT
7 - log command (it should also show the log per single patch)
8 - man page
9 - regression tests
10 - release 1.0
11
12
13 The future, when time allows or someone else does it:
14
15 - patch dependency tracking
16 - multiple heads in a patch - useful for forking a patch,
17 synchronising with other patches (diff format or in other
18 repositories)
19 - prune the old base of the patch if there are no references to it
20 - write bash-completion script for the StGIT commands