From: Junio C Hamano Date: Wed, 13 Oct 2021 22:15:56 +0000 (-0700) Subject: Merge branch 'mt/grep-submodule-textconv' X-Git-Tag: v2.34.0-rc0~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fdfb774aaaa0ee8acb0a1ec9b601e5a2d2999f1;p=thirdparty%2Fgit.git Merge branch 'mt/grep-submodule-textconv' "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 --- 1fdfb774aaaa0ee8acb0a1ec9b601e5a2d2999f1