Merge branch 'rs/grep-no-recursive'

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

Junio C Hamano committed Oct 19, 2018 at 13:34 UTC 9822b8f10d2c255c3bda81aa800fa056549f034a

No changes.