Add the '--interactive' option to 'resolved'
[stgit] / TODO
1 The TODO list before 1.0:
2
3 - automatic patch signing (probably at import time)
4 - more regression tests
5 - stg help should probably pipe through the $PAGER
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 - 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
16 - release 1.0
17
18
19 The future, when time allows or if someone else does them:
20
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)
25 - write bash-completion script for the StGIT commands
26 - "pull" argument should default to a sane value, "origin" is wrong in
27 many cases
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)