]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pb/do-not-recurse-grep-no-index'
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Feb 2020 20:41:36 +0000 (12:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Feb 2020 20:41:36 +0000 (12:41 -0800)
commit556ccd4dd2943009270b46b9af443a396bff4dfc
tree9dae6954b6e8d3bfa1eb3050997248d10646fae0
parent17e4a1b141a4174955dd19131094c3c1cdeb5a8d
parentc56c48dd0750dc7759f5e9a33cd4a01d6162b06e
Merge branch 'pb/do-not-recurse-grep-no-index'

"git grep --no-index" should not get affected by the contents of
the .gitmodules file but when "--recurse-submodules" is given or
the "submodule.recurse" variable is set, it did.  Now these
settings are ignored in the "--no-index" mode.

* pb/do-not-recurse-grep-no-index:
  grep: ignore --recurse-submodules if --no-index is given