summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorBenjamin Poirier <bpoirier@suse.de>2012-12-05 14:53:15 +0100
committerJean Delvare <jdelvare@suse.de>2012-12-05 14:53:15 +0100
commit8fc2c986c73bbf838bf0499319fc4cac9de9e90e (patch)
tree4d661b77a7b6633555311a5c8a2821bdbdd55b5f /quilt.changes
parent9907d7cb0870b1fcc34311a5e3ef92eaffaec265 (diff)
downloadquilt-8fc2c986c73bbf838bf0499319fc4cac9de9e90e.tar.gz
Fix handling of patch files with ':' in their name
avoids errors like this: $ quilt refresh sed: -e expression #1, char 21: unknown option to `s' Nothing in patch patches/strange:name [Satoru Takeuchi: suggested first alternative implementation not relying on find -printf.] [Jean Delvare: added missing quoting and a new test file for this case.]
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index cb5f351..978d1fd 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Dec 5 14:42:33 CET 2012 - bpoirier@suse.de
+
+- Fix handling of patch files with ':' in their name.
+
+-------------------------------------------------------------------
Mon Dec 3 10:29:57 CET 2012 - jdelvare@suse.de
- push: Always let the user force pushing a patch.