1 The TODO list for the short term:
3 - tag (snapshot) command
4 - pull command (no longer rely on cogito or plain git)
5 - log command (it should also show the log per single patch)
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
12 Other things after the list above is completed:
14 - fold command (to merge 2 patches into one)
15 - automatic e-mail sending with the patches
19 The future, when time allows or someone else does it:
21 - patches command to show the patches modifying a file
22 - patch dependency tracking
23 - multiple heads in a patch - useful for forking a patch,
24 synchronising with other patches (diff format or in other
26 - remove the old base of the patch if there are no references to it
27 - write bash-completion script for the StGIT commands