summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-01-26 17:30:59 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-01-26 17:30:59 +0000
commitc8f14351198fc69541f17aae56937b79c8d9a29c (patch)
tree07b26f6d5dc11f7dee0919f5629dec015c209a4f /TODO
parentac7ee7ea6b272a50f1a8b77b0fc9a70f435e8f67 (diff)
downloadquilt-c8f14351198fc69541f17aae56937b79c8d9a29c.tar.gz
- Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.
GNU patch. - Fix help for `quilt diff'. - Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO27
1 files changed, 1 insertions, 26 deletions
diff --git a/TODO b/TODO
index e038b87..6dd4a9e 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,5 @@
-This is my current list of open issues with the patch scripts. I would
-like to do the most intrusive changes before syncing up with the
-Savannah CVS. Of course, contributions are very welcome. It wouldn't
-hurt to know if you want to work on some of the issues in advance to
-avoid duplicate work, though :)
-
- -- Andreas Gruenbacher <agruen@suse.de>
-
-
General:
- - Test if patches/ can be moved with environment variable as
- planned.
-
- Abstract backup operations to/from the .pc/ directory, so that
optionally something like rcs can be used instead of
lib/backup-files?
@@ -35,8 +23,6 @@ General:
Documentation:
- - How to rediff with push -f / pop -f?
-
- How to import a new version of a patch?
- How to import a complete directory, before doing
@@ -60,23 +46,12 @@ quilt setup:
- spec2series also prints -p1; omit.
-quilt patches:
-
- - Add something so that it's possible to show a list of all
- patches, with those patches marked that modify the
- specified file.
-
rpatch:
- If not removing the topmost patch, add checks if any files are
hidden by later patches. If so, refuse to remove patch! (Note
that poppatch takes care of that currently.)
- - Instead of reverse-applying a patch to make sure it contains all
- changes, forward-apply it to a copy of the .pc/$patch directory,
- and check if the resulting files are identical. This also works
- with patches that don't reverse-apply.
-
apatch:
- Allow to add a patch in the middle of the applied series, and
@@ -88,4 +63,4 @@ quilt diff:
- The number of contetx 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.
+ command line, no matter which order of arguments are specified.