Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2009-06-03 20:19:01 +0400
committerJunio C Hamano <gitster@pobox.com>2009-06-03 22:32:29 +0400
commit84201eae771fbb1d774cf1356d89016053e56778 (patch)
tree050ff75bc770f991d008fbb55abd8cf5a6901fd7 /Documentation/RelNotes-1.6.3.2.txt
parenta9b2d42486ee0b461220bf3895114926d9ddf9be (diff)
grep: fix empty word-regexp matches
The command "git grep -w ''" dies as soon as it encounters an empty line, reporting (wrongly) that "regexp returned nonsense". The first hunk of this patch relaxes the sanity check that is responsible for that, allowing matches to start at the end. The second hunk complements it by making sure that empty matches are rejected if -w was specified, as they are not really words. GNU grep does the same: $ echo foo | grep -c '' 1 $ echo foo | grep -c -w '' 0 Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.3.2.txt')
0 files changed, 0 insertions, 0 deletions