From: Catalin Marinas Date: Tue, 28 Mar 2006 21:01:02 +0000 (+0100) Subject: Update the TODO file X-Git-Tag: v0.14.3~523 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/a0f2cfcb8c45c388c2161bb30bcdbad21667f405 Update the TODO file Signed-off-by: Catalin Marinas --- diff --git a/TODO b/TODO index bee2699..e5affe0 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,19 @@ The TODO list until 1.0: -- patch revisions support -- make StGIT repositories safe against the 'git prune' command +- patch revisions support (including a log command) - better handling of file renaming - use same configuration file as GIT -- log command (it should also show the log per single patch) +- debian package support - man page +- code execution allowed from templates - regression tests - release 1.0 -The future, when time allows or someone else does it: +The future, when time allows or if someone else does it: - patch dependency tracking - multiple heads in a patch - useful for forking a patch, synchronising with other patches (diff format or in other repositories) -- prune the old base of the patch if there are no references to it - write bash-completion script for the StGIT commands