17 lines
568 B
Diff
17 lines
568 B
Diff
Index: quilt-0.46/quilt.quiltrc
|
|
===================================================================
|
|
--- quilt-0.46.orig/quilt.quiltrc
|
|
+++ quilt-0.46/quilt.quiltrc
|
|
@@ -1,9 +1,9 @@
|
|
-# Example /etc/quilt.quiltrc
|
|
+# /etc/quilt.quiltrc
|
|
|
|
# Options passed to GNU diff when generating patches
|
|
QUILT_DIFF_OPTS="--show-c-function"
|
|
# Options passed to GNU patch when applying patches
|
|
-#QUILT_PATCH_OPTS="--ignore-whitespace"
|
|
+QUILT_PATCH_OPTS="--ignore-whitespace --unified-reject"
|
|
# Options passed to diffstat when generating patch statistics
|
|
#QUILT_DIFFSTAT_OPTS="-f0"
|
|
|