summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-01 21:01:26 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-01 21:01:26 +0100
commit1df79c3c1d65c05472fdc08564efefc37c221d25 (patch)
tree19b78321943cd5c79aa2cd871fa1f525c341c1a0 /quilt.changes
parent08df4ffdf4d2e8b197488fbd07c1b26e9a4dc596 (diff)
downloadquilt-1df79c3c1d65c05472fdc08564efefc37c221d25.tar.gz
grep: Accept file names with spaces
This is a continuation of Yasushi SHOJI's initial work of fixing support for file names with spaces. This time I fixed support in the grep command. This is particularly important because the grep command operates on all files in the work tree, even if they aren't touched by any patch, so the chances that one of them has a space in its name is greater. As before, no guarantee is made that all options are covered, but this should be a good starting point.
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 f160fd0..11dccd6 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Feb 1 21:00:45 CET 2012 - jdelvare@suse.de
+
+- grep: Accept file names with spaces.
+
+-------------------------------------------------------------------
Wed Feb 1 20:15:01 CET 2012 - jdelvare@suse.de
- Makefile.in: Include utilfns when generating source tarball.