summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2008-03-25 23:15:37 +0000
committerAndreas Gruenbacher <agruen@suse.de>2008-03-25 23:15:37 +0000
commit19ce60a19ac87230e05603e2ca31030d8b3143ad (patch)
tree217a611ca06221d4f65197572e4a3176ab9ba194 /quilt.quiltrc
parent2ce3d51cdc931b960cdfbeb19d0563ad7f260b57 (diff)
downloadquilt-19ce60a19ac87230e05603e2ca31030d8b3143ad.tar.gz
- Assume patches are in unified format by default when applying
them. (For working with other patch formats, make sure to remove "--unified" from QUILT_PATCH_OPTS in ~/.quiltrc or /etc/quilt.quiltrc.)
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
index e89039a..bed300c 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -2,8 +2,12 @@
# Options passed to GNU diff when generating patches
QUILT_DIFF_OPTS="--show-c-function"
-# Options passed to GNU patch when applying patches
+
+# Options passed to GNU patch when applying patches.
+# (For appling patches which are not in unified format, remove the "--unified".)
#QUILT_PATCH_OPTS="--ignore-whitespace"
+QUILT_PATCH_OPTS="--unified"
+
# Options passed to diffstat when generating patch statistics
#QUILT_DIFFSTAT_OPTS="-f0"