quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] Why --no-timestamps by default?


From: Jean Delvare
Subject: [Quilt-dev] Why --no-timestamps by default?
Date: Wed, 4 Nov 2009 15:41:40 +0100
User-agent: KMail/1.9.6 (enterprise 20070904.708012)

What is the rationale for having --no-timestamps in QUILT_DIFF_ARGS
and QUILT_REFRESH_ARGS by default? I understand that quilt itself
will touch the timestamp of the files, but even then, these
timestamps seem to have some value.

Would there be an objection to changing the default to timestamps
enabled?

---
 quilt.changes |    5 +++++
 quilt.quiltrc |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Nov  4 15:25:04 CET 2009 - address@hidden
+
+- quilt.quiltrc: Include timestamps in patches by default.
+
+-------------------------------------------------------------------
 Mon Nov  2 20:12:31 CET 2009 - address@hidden
 
 - Implement -r / --reference option in compat/date (patch from
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -13,11 +13,15 @@ QUILT_PATCH_OPTS="--unified"
 
 # Options to pass to commands (QUILT_${COMMAND}_ARGS)
 QUILT_PUSH_ARGS="--color=auto"
-QUILT_DIFF_ARGS="--no-timestamps --color=auto"
-QUILT_REFRESH_ARGS="--no-timestamps --backup"
+QUILT_DIFF_ARGS="--color=auto"
+QUILT_REFRESH_ARGS="--backup"
 QUILT_SERIES_ARGS="--color=auto"
 QUILT_PATCHES_ARGS="--color=auto"
 
+# Fine tuning of patch format
+#QUILT_NO_DIFF_INDEX=1
+#QUILT_NO_DIFF_TIMESTAMP=1
+
 # (Add "-p ab" to QUILT_DIFF_ARGS and QUILT_REFRESH_ARGS to get
 #  -p1 style diffs with a/file and b/file filenams in headers
 #  instead of dir.orig/file and dir/file.)





-- 
Jean Delvare
Suse L3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]