summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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