TODO list update
[stgit] / TODO
CommitLineData
1fece88e 1The TODO list before 1.0:
41a6d859 2
1fece88e 3- automatic patch signing (probably at import time)
aa9b1b9d 4- more regression tests
83515554 5- stg help should probably pipe through the $PAGER
1fece88e
CM
6- configurable pull command (currently uses git-pull only)
7- fix StGIT to run correctly in subdirectories
8- use a separate index for some commands (refresh, fold etc.) so that
9 files already added/removed are not automatically checked in
10- interactive resolve command to invoke xxdiff, emacs etc.
11- debian package support
12- man page
13- document the workflow on the StGIT wiki
14- maybe a separate undo command rather than passing a --undo option to
15 push and refresh
16- use same configuration file as GIT
41a6d859
CM
17- release 1.0
18
19
1fece88e 20The future, when time allows or if someone else does them:
41a6d859 21
41a6d859
CM
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)
41a6d859 26- write bash-completion script for the StGIT commands
83515554
YD
27- "pull" argument should default to a sane value, "origin" is wrong in
28 many cases
1fece88e
CM
29- commit directly to a patch which is not top
30- patch synchronisation between between branches (as some people,
31 including me have the same patches based on different branches and
32 they have scripts for moving the changes in one to the others)