summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-31 17:06:26 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-31 17:06:26 +0000
commit82784f00b124b6fb7d431036ac284289ffe22356 (patch)
tree33cff875bf9a9f3f420d5cc6ef0b0c38c924ba60 /TODO
parent21a15e55a81ea4bd2bc21729ceebe6be6a9ccd9b (diff)
downloadquilt-82784f00b124b6fb7d431036ac284289ffe22356.tar.gz
Fix buggy regex quoting; another Autoconf change in Makefile.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 07421ad..7e3b86e 100644
--- a/TODO
+++ b/TODO
@@ -34,6 +34,12 @@ General:
- Add option for creating hard links.
+ - 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.
+
Documentation:
- How to rediff with pushpatch -f / poppatch -f?