summaryrefslogtreecommitdiffstats
path: root/test/test.quiltrc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-06-06 00:20:07 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-06-06 00:20:07 +0000
commiteb1a6de33c1b631e4636ff26dde2945a0db8db74 (patch)
treef8f6db4094c602e59fbbf9398e6edfaa499e851f /test/test.quiltrc
parent77265baff69c1576f9e90e13b9a23d72363ab897 (diff)
downloadquilt-eb1a6de33c1b631e4636ff26dde2945a0db8db74.tar.gz
- backup-file.c: Add code to recursively search .pc directories.
Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.
Diffstat (limited to 'test/test.quiltrc')
-rw-r--r--test/test.quiltrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.quiltrc b/test/test.quiltrc
new file mode 100644
index 0000000..468812d
--- /dev/null
+++ b/test/test.quiltrc
@@ -0,0 +1,2 @@
+# Define this to generate diffs without timestamps.
+QUILT_NO_DIFF_TIMESTAMPS=yes