summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
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"