TODO list update
[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 - 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
17 - release 1.0
18
19
20 The future, when time allows or if someone else does them:
21
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)
26 - write bash-completion script for the StGIT commands
27 - "pull" argument should default to a sane value, "origin" is wrong in
28 many cases
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)