summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-05 11:41:09 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-05 11:41:09 +0000
commit49e0ddc32a3da6a1e4770b704a0a73badf94f3bf (patch)
treee4889fd785af5dd70d141b7eff9f8e1ee28cb69a /quilt.changes
parentdbf3f21f148ec0e4a559fbee3364108940ae4666 (diff)
downloadquilt-49e0ddc32a3da6a1e4770b704a0a73badf94f3bf.tar.gz
Fix minor bugs and add -r option in quilt diff
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 9ac64f0..60c839c 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Wed Feb 5 12:37:34 +0100 2003 - agruen@suse.de
+
+- Quilt diff: If a patch has been force applied, quilt diff -z
+ will also have failures when generating the temporary files.
+ Ignore these failures in this case.
+- Add -r option to quilt diff to generate a a reverse patch.
+- Fix deleting the temporary directory (by using an absolute
+ instead of a relative path).
+
+-------------------------------------------------------------------
Sun Feb 2 15:23:20 +0100 2003 - agruen@suse.de
- Make quilt setup recognize the "# Sourcedir:" directive.