summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 11:42:54 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 11:42:54 +0000
commit96728d30b3059fea6fd05e17614a72274ddd40f4 (patch)
tree86f51ab9f33747331de2216a316ecf4f9433304c /quilt.changes
parent7926ab9aa19da224c670e36b0fd1eacf07267cca (diff)
downloadquilt-96728d30b3059fea6fd05e17614a72274ddd40f4.tar.gz
Fix some regex quoting
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 6574e6e..e909051 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -4,6 +4,8 @@ Tue Jan 28 23:41:19 CET 2003 - agruen@suse.de
- Add --leave-rejects option to quilt push and apatch, to
leave reject files around for inspection even if a patch
does not apply.
+- Fix some regex quoting; use grep -E because we quote for extended
+ regexps. Filenames with "+^$" in it did not work in some places.
-------------------------------------------------------------------
Tue Jan 28 23:38:59 CET 2003 - agruen@suse.de