Merge branch 'rs/maint-grep-F'
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 May 2012 19:04:19 +0000 (12:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 May 2012 19:04:19 +0000 (12:04 -0700)
commitfca9e0013eeaad45bff38f66667d2791a1edc53f
treeb487bf942d747ec16185d361b9249eb5034b7ca4
parent4f64464023d0bf7ce065f1dccaf267ca38b3521f
parentec83061156e18ce600384d3c57f90729a9295488
Merge branch 'rs/maint-grep-F'

"git grep -e '$pattern'", unlike the case where the patterns are read from
a file, did not treat individual lines in the given pattern argument as
separate regular expressions as it should.
Documentation/git-grep.txt
builtin/grep.c
grep.c
grep.h
t/t7810-grep.sh