summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-16 16:51:38 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-16 16:51:38 +0000
commit3785d923e2e94eb75daf151bba7f6a3e11544740 (patch)
tree91770b5b1149eed3882f967c0d21b41aafec8097 /quilt.quiltrc
parent849d45920a391db578b75c10c5a4b266334be55f (diff)
downloadquilt-3785d923e2e94eb75daf151bba7f6a3e11544740.tar.gz
- Make it possible to pass arbitrary options to diffstat, by
defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc. - Update documentation and sample configuration file accordingly.
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
index 19682b0..cc0a352 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -4,6 +4,8 @@
QUILT_DIFF_OPTS="--show-c-function"
# Options passed to GNU patch when applying patches
#QUILT_PATCH_OPTS="--ignore-whitespace"
+# Options passed to diffstat when generating patch statistics
+#QUILT_DIFFSTAT_OPTS="-f0"
# Options to pass to commands (QUILT_${COMMAND}_ARGS)
QUILT_PUSH_ARGS="--color=auto"