summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-01-21 09:49:29 +0000
committerMartin Quinson <mquinson@debian.org>2003-01-21 09:49:29 +0000
commit02dc4a5f8c1979e9a23f7b6851f693d29b640c4d (patch)
tree2f397f5df89f4529b89fd0e7a021238d0f290007 /BUGS
parent4d11e99bfc25e0261111d202a3a2afdf97daea5c (diff)
downloadquilt-02dc4a5f8c1979e9a23f7b6851f693d29b640c4d.tar.gz
Version 0.11, from Andreas Gruenbacher
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..94e9871
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,9 @@
+* Patch is less sensitive to the file names in the diff headers than
+ the scripts are. It tries both filenames specified and apparently
+ checks if the file exists. We only look at the `+++ file ...' header,
+ and ignore the other. Other than patch we cannot simply look at the
+ file system to determine which one is the imput file.
+
+* Patch destroys the backup files it generates if a file appears more
+ than once in a patch. This is the reason why we use the backup-files
+ utility instead.