Implement the 'clone' command
[stgit] / TODO
1 The TODO list until 1.0:
2
3 - tag (snapshot) command
4 - log command (it should also show the log per single patch)
5 - improved import command to import patches from a different branch in
6 the same tree
7 - tutorial, man page
8 - fold command (to merge 2 patches into one)
9 - regression tests
10 - release 1.0
11
12
13 The future, when time allows or someone else does it:
14
15 - patches command to show the patches modifying a file
16 - patch dependency tracking
17 - multiple heads in a patch - useful for forking a patch,
18 synchronising with other patches (diff format or in other
19 repositories)
20 - remove the old base of the patch if there are no references to it
21 - write bash-completion script for the StGIT commands