summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/quilt.1.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index 582485c..f68d27a 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -144,6 +144,13 @@ patches. For example, some versions of GNU patch support the
"--unified-reject-files" option for generating reject files in unified
diff style.
+.IP QUILT_DIFFSTAT_OPTS 4
+
+Additional options that quilt shall pass to diffstat when generating
+patch statistics. For example, "-f0" can be used for an alternative output
+format. Recent versions of diffstat also support alternative rounding
+methods ("-r1", "-r2").
+
.IP QUILT_PATCHES 4
The location of patch files, defaulting to "patches".