Merge branch 'rs/grep-no-recursive'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:05 +0000 (13:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:06 +0000 (13:34 +0900)
Unlike "grep", "git grep" by default recurses to the whole tree.
The command learned "git grep --recursive" option, so that "git
grep --no-recursive" can serve as a synonym to setting the
max-depth to 0.

* rs/grep-no-recursive:
grep: add -r/--[no-]recursive

1  2 
builtin/grep.c
diff --cc builtin/grep.c
Simple merge