Optimise 'push' to use git-apply instead of git-read-tree
[stgit] / TODO
CommitLineData
e965ad37 1The TODO list until 1.0:
41a6d859 2
ea8e7385 3- branch control command
41a6d859 4- tag (snapshot) command
41a6d859 5- log command (it should also show the log per single patch)
ea8e7385 6- man page
8c15e0e4 7- regression tests
41a6d859
CM
8- release 1.0
9
10
11The future, when time allows or someone else does it:
12
13- patches command to show the patches modifying a file
14- patch dependency tracking
15- multiple heads in a patch - useful for forking a patch,
16 synchronising with other patches (diff format or in other
17 repositories)
ea8e7385 18- prune the old base of the patch if there are no references to it
41a6d859 19- write bash-completion script for the StGIT commands