commit | 2147cb2762c67d0ec2101ab13a4c1b0ef8cab599 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Jun 01 13:01:41 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 01 13:01:41 2012 -0700 |
tree | 7dccda03b60264e9922edc9bbcad3d4942d77f10 | |
parent | e2d484c47a3445a288f4e45ee8365c912eebb26f [diff] | |
parent | ec83061156e18ce600384d3c57f90729a9295488 [diff] |
Merge branch 'rs/maint-grep-F' into maint "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. By René Scharfe * rs/maint-grep-F: grep: stop leaking line strings with -f grep: support newline separated pattern list grep: factor out do_append_grep_pat() grep: factor out create_grep_pat()