summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-01-31 13:44:56 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-01-31 13:44:56 +0000
commit62afdab5581516fb7c6f055572ceb81d4c1cc2e9 (patch)
treef73b5fc7f521c575357a3afe04a89a1de2ab76ec /TODO
parentc4189640171632e4b3812dcc6a82b118c682b6b3 (diff)
downloadquilt-62afdab5581516fb7c6f055572ceb81d4c1cc2e9.tar.gz
- No longer remove common extensions (.dif, .diff, .patch, .gz,
.bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 9 insertions, 8 deletions
diff --git a/TODO b/TODO
index 6dd4a9e..a801b82 100644
--- a/TODO
+++ b/TODO
@@ -12,17 +12,13 @@ General:
- Allow to add a directory? Then we could detect also new files
in the directory, without having to add them individually.
- - Instead of passing around and storing in applied-patches the
- short patch name (=patch file name with .dif .diff .patch .gz
- .bz2 stripped), translate from short names to real file names
- an the user interface, and work with full names internally.
- This will simplify regexp matching in several functions.
-
- Support different diff/patch options for different patches.
(By specifying them in the series file?)
Documentation:
+ - Document recently added settings in .quiltrc
+
- How to import a new version of a patch?
- How to import a complete directory, before doing
@@ -32,7 +28,7 @@ quilt refresh:
- Add an -m option similar to `cvs commit -m "..."' to simplify
keeping a change log in the patch documentation?
-
+
quilt import:
- Add option to replace the currently applied patch with a new
@@ -61,6 +57,11 @@ apatch:
quilt diff:
- - The number of contetx lines cannot be overridden in QUILT_DIFF_OPTS:
+ - The number of context lines cannot be overridden in QUILT_DIFF_OPTS:
GNU diff uses three context lines as soon as -u or -U3 is on the
command line, no matter which order of arguments are specified.
+
+quit edit:
+
+ - Check for actual changes, and remove files again that haven't been
+ changed.