summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-06-12 15:31:25 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-06-12 15:31:25 +0000
commit20d7066d23e1651f8bac16ee56757d5e120410d5 (patch)
tree156f331fcec7cfd67eba5eb10e289f5b3b2f67a2 /quilt.quiltrc
parent8bb20d9930841e6c233c9be926c0d79fc97c8896 (diff)
downloadquilt-20d7066d23e1651f8bac16ee56757d5e120410d5.tar.gz
- quilt/diff.in, quilt/refresh.in: Add `-p ab' options which
produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
index 5855b88..e89039a 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -12,6 +12,10 @@ QUILT_PUSH_ARGS="--color=auto"
QUILT_DIFF_ARGS="--no-timestamps --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --backup"
+# (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.)
+
# The directory in which patches are found (defaults to "patches").
#QUILT_PATCHES=patches