summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-11-25 19:45:43 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-11-25 19:45:43 +0100
commit62b91922afae74a05efcc00210a93da2daa56cbd (patch)
treefa664d53d6a5d80edd09180a1845e015d9fc4c8a /quilt.changes
parent66f9da46333e3d268cd1dd429ff2d2a674450d80 (diff)
downloadquilt-62b91922afae74a05efcc00210a93da2daa56cbd.tar.gz
- inspect: When guessing the tarball filename, make sure that only
regular files are considered. (Otherwise, we will trip over command lines like "tar xjCf dir file").
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 1229445..a8279c6 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Nov 25 19:44:18 CET 2009 - agruen@suse.de
+
+- inspect: When guessing the tarball filename, make sure that only
+ regular files are considered. (Otherwise, we will trip over
+ command lines like "tar xjCf dir file").
+
+-------------------------------------------------------------------
Wed Nov 25 18:36:12 CET 2009 - agruen@suse.de
- new command: Add -p ... option (equivalent to diff -p ...).