quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] quiltrc: Support all patch formats by default


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] quiltrc: Support all patch formats by default
Date: Mon, 16 Apr 2018 10:46:24 +0200

Passing --unified to patch by default prevents using other patch
formats. Out of curiosity, I checked if it helped with performance
but was not able to measure any improvement. So stop passing
--unified by default.

Signed-off-by: Jean Delvare <address@hidden>
---
As discussed last week.

 quilt.quiltrc |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

--- quilt.orig/quilt.quiltrc    2015-01-13 21:01:18.596600823 +0100
+++ quilt/quilt.quiltrc 2018-04-16 10:18:45.518933162 +0200
@@ -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"


-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]