summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-11 03:30:53 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-01-11 03:30:53 +0000
commitf6e5916e8a0a88103c15e351f2d439e56fb076e1 (patch)
tree3390bca1eb5a8ac01a05d71c736f988e362dd0ed /quilt.quiltrc
parent590c91a5b3c4bbc84af78fde22a398adee229b25 (diff)
downloadquilt-f6e5916e8a0a88103c15e351f2d439e56fb076e1.tar.gz
- Add a default /etc/quilt.quiltrc file that is sourced if no
~/.quiltrc file exists.
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
new file mode 100644
index 0000000..6a1318b
--- /dev/null
+++ b/quilt.quiltrc
@@ -0,0 +1,13 @@
+# Example /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"
+
+# Options to pass to commands (QUILT_${COMMAND}_ARGS)
+QUILT_DIFF_ARGS="--no-timestamps --color=auto"
+QUILT_REFRESH_ARGS="--no-timestamps --backup"
+
+# Prefix all patch names with the relative path to the patch?
+QUILT_PATCHES_PREFIX=yes