Initial commit (Release 0.4)
[stgit] / TODO
1 The TODO list for the short term:
2
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
9 - bug reporting tool
10
11
12 Other things after the list above is completed:
13
14 - fold command (to merge 2 patches into one)
15 - automatic e-mail sending with the patches
16 - release 1.0
17
18
19 The future, when time allows or someone else does it:
20
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
25 repositories)
26 - remove the old base of the patch if there are no references to it
27 - write bash-completion script for the StGIT commands