From: Junio C Hamano Date: Fri, 19 Oct 2018 04:34:05 +0000 (+0900) Subject: Merge branch 'rs/grep-no-recursive' X-Git-Tag: v2.20.0-rc0~155 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9822b8f10d2c255c3bda81aa800fa056549f034a?hp=--cc 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 --- 9822b8f10d2c255c3bda81aa800fa056549f034a