Allow guilt-push to run from a subdir
[guilt.git] / Documentation / TODO
blob39db28095c34a7080e276cc941c5f4c7b93cfce7
1 Commands:
2 =========
4 These are some of the commands I can think of being useful. Some of the,
5 e.g., email may not be necessary as git can do that for us.
7         applied         done            list applied patches
8         delete          done            delete a patch from queue
9         email                           patchbomb
10         fold                            fold named patches into current
11         header          done            print the header for a patch
12         help                            display help
13         import                          import a patch
14         init            done            initialize patch queue
15         merge
16         new             done            create a new patch
17         next            done            display next patch on the stack
18         pop             done            pop one or more patches
19         prev            done            display previous patch on the stack
20         push            done            push one of more patches
21         rebase                          rebase the current patches
22         remote-pull
23         remote-push
24         rename                          rename a patch
25         refresh         done            refresh the current patch
26         series          done            list all patches
27         status
28         top             done            display current patch name
29         unapplied       done            display unapplied patches
32 Misc Bugs/Enhancements:
33 =======================
35 Here are some things I want to do one of these days...
37 - Fix push/pop regression tests to cover --all/multi-patch cases
38 - Add more regression tests
39 - guilt-delete should allow the user to delete the patch file as well
40 - Make sh a requirement, not bash
41 - Make things as portable as git