summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-10-29 16:20:32 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-10-29 16:20:32 +0000
commit4439b9c03e23f51e6d28eadac44089fba0b28856 (patch)
treead6bc7d9f27a6942e78176795b1d3e79ba82a867 /TODO
parent0649767d2c7f6cb6b5791564b6623c132fd674fd (diff)
downloadquilt-4439b9c03e23f51e6d28eadac44089fba0b28856.tar.gz
- If a patch does not apply cleanly and `quilt push' removes
rejects files it GNU patch left behind, change the output from ``saving rejects to file x.rej'' to ``rejects in file x''.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 66a9900..cd3097b 100644
--- a/TODO
+++ b/TODO
@@ -78,3 +78,9 @@ apatch:
inject the patch in its proper position in applied-patches.
Needs to check if any of the files in the patch are touched by
later patches.
+
+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.