From c8f14351198fc69541f17aae56937b79c8d9a29c Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Mon, 26 Jan 2004 17:30:59 +0000 Subject: - Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc. GNU patch. - Fix help for `quilt diff'. - Update TODO. --- doc/sample.quiltrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit