]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mt/grep-submodule-textconv'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 22:15:56 +0000 (15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 22:15:56 +0000 (15:15 -0700)
"git grep --recurse-submodules" takes trees and blobs from the
submodule repository, but the textconv settings when processing a
blob from the submodule is not taken from the submodule repository.
A test is added to demonstrate the issue, without fixing it.

* mt/grep-submodule-textconv:
  grep: demonstrate bug with textconv attributes and submodules

1  2 
grep.h

diff --cc grep.h
Simple merge