summaryrefslogtreecommitdiffstats
path: root/doc/quilt.1.in
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-06-02 09:54:43 +0000
committerJean Delvare <khali@linux-fr.org>2006-06-02 09:54:43 +0000
commit8bb20d9930841e6c233c9be926c0d79fc97c8896 (patch)
treea64ebc922d5c5452bfa636a58c3e2b0901caa43d /doc/quilt.1.in
parenta5ac27c625268f8b8f2e299965425dd3a8c42fc5 (diff)
downloadquilt-8bb20d9930841e6c233c9be926c0d79fc97c8896.tar.gz
- doc/quilt.1.in: Mention the QUILT_PATCHES_PREFIX,
QUILT_NO_DIFF_INDEX and QUILT_NO_DIFF_TIMESTAMP variables, and describe their effects.
Diffstat (limited to 'doc/quilt.1.in')
-rw-r--r--doc/quilt.1.in21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index 7036e63..c8cc2d4 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -1,6 +1,6 @@
.\\" Created by Martin Quinson from the tex documentation
.\\"
-.TH quilt 1 "May 8, 2005" "quilt"
+.TH quilt 1 "June 2, 2006" "quilt"
.SH NAME
quilt \\- tool to manage series of patches
@@ -172,6 +172,25 @@ methods ("-r1", "-r2").
The location of patch files, defaulting to "patches".
+.IP QUILT_PATCHES_PREFIX 4
+
+If set to anything, quilt will prefix patch names it prints with their
+directory (QUILT_PATCHES).
+
+.IP QUILT_NO_DIFF_INDEX 4
+
+By default, quilt prepends an Index: line to the patches it generates.
+If this variable is set to anything, no line is prepended. This is
+a shortcut to adding --no-index to both QUILT_DIFF_ARGS and
+QUILT_REFRESH_ARGS.
+
+.IP QUILT_NO_DIFF_TIMESTAMP 4
+
+By default, quilt includes timestamps in headers when generating patches.
+If this variable is set to anything, no timestamp will be included. This
+is a shortcut to adding --no-timestamps to both QUILT_DIFF_ARGS and
+QUILT_REFRESH_ARGS.
+
.IP EDITOR 4
The program to run to edit files. If it isn't redefined in the