summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
index 58f665e..f0ec21e 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -3,10 +3,8 @@
# Options passed to GNU diff when generating patches
QUILT_DIFF_OPTS="--show-c-function"
-# Options passed to GNU patch when applying patches.
-# (For appling patches which are not in unified format, remove the "--unified".)
+# Options passed to GNU patch when applying patches
#QUILT_PATCH_OPTS="--ignore-whitespace"
-QUILT_PATCH_OPTS="--unified"
# Options passed to diffstat when generating patch statistics
#QUILT_DIFFSTAT_OPTS="-f0"