summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-01-26 17:30:59 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-01-26 17:30:59 +0000
commitc8f14351198fc69541f17aae56937b79c8d9a29c (patch)
tree07b26f6d5dc11f7dee0919f5629dec015c209a4f /doc
parentac7ee7ea6b272a50f1a8b77b0fc9a70f435e8f67 (diff)
downloadquilt-c8f14351198fc69541f17aae56937b79c8d9a29c.tar.gz
- Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.
GNU patch. - Fix help for `quilt diff'. - Update TODO.
Diffstat (limited to 'doc')
-rw-r--r--doc/sample.quiltrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sample.quiltrc b/doc/sample.quiltrc
index 3f81d73..0a4a24d 100644
--- a/doc/sample.quiltrc
+++ b/doc/sample.quiltrc
@@ -1,5 +1,12 @@
+# Additional options passed to GNU diff
# -p : Show which C function each change is in.
QUILT_DIFF_OPTS="-p${QUILT_DIFF_OPTS:+ $QUILT_DIFF_OPTS}"
+# Additional options passed to GNU patch
+#QUILT_PATCH_OPTS=""
+
# The directory in which patches are found (defaults to "patches").
#QUILT_PATCHES=patches
+
+# Define this to generate diffs without timestamps.
+#QUILT_NO_DIFF_TIMESTAMPS=yes