Add the '--interactive' option to 'resolved'
[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
1fece88e
CM
10- debian package support
11- man page
12- document the workflow on the StGIT wiki
13- maybe a separate undo command rather than passing a --undo option to
14 push and refresh
15- use same configuration file as GIT
41a6d859
CM
16- release 1.0
17
18
1fece88e 19The future, when time allows or if someone else does them:
41a6d859 20
41a6d859
CM
21- patch dependency tracking
22- multiple heads in a patch - useful for forking a patch,
23 synchronising with other patches (diff format or in other
24 repositories)
41a6d859 25- write bash-completion script for the StGIT commands
83515554
YD
26- "pull" argument should default to a sane value, "origin" is wrong in
27 many cases
1fece88e
CM
28- commit directly to a patch which is not top
29- patch synchronisation between between branches (as some people,
30 including me have the same patches based on different branches and
31 they have scripts for moving the changes in one to the others)