'export' to use the global template file
[stgit] / TODO
CommitLineData
41a6d859
CM
1The TODO list for the short term:
2
3- tag (snapshot) command
41a6d859 4- log command (it should also show the log per single patch)
8c15e0e4 5- clone command
41a6d859
CM
6- import command to import a series of patches or a single patch or a
7 patch from a different branch in the same tree
8- better help for commands
8c15e0e4 9- tutorial
41a6d859
CM
10- bug reporting tool
11
12
13Other things after the list above is completed:
14
15- fold command (to merge 2 patches into one)
8c15e0e4 16- regression tests
41a6d859
CM
17- release 1.0
18
19
20The future, when time allows or someone else does it:
21
22- patches command to show the patches modifying a file
23- patch dependency tracking
24- multiple heads in a patch - useful for forking a patch,
25 synchronising with other patches (diff format or in other
26 repositories)
27- remove the old base of the patch if there are no references to it
28- write bash-completion script for the StGIT commands