From: Junio C Hamano Date: Mon, 23 Mar 2026 16:20:30 +0000 (-0700) Subject: Merge branch 'ng/submodule-default-remote' X-Git-Tag: v2.54.0-rc0~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=859132edb924423b70f37dccc9caf9945c5316da;p=thirdparty%2Fgit.git Merge branch 'ng/submodule-default-remote' Instead of hardcoded 'origin', use the configured default remote when fetching from submodules. * ng/submodule-default-remote: submodule: fetch missing objects from default remote --- 859132edb924423b70f37dccc9caf9945c5316da diff --cc t/meson.build index e539117ca4,6ff54cf276..026bf02fd6 --- a/t/meson.build +++ b/t/meson.build @@@ -897,7 -887,7 +897,8 @@@ integration_tests = 't7422-submodule-output.sh', 't7423-submodule-symlinks.sh', 't7424-submodule-mixed-ref-formats.sh', + 't7425-submodule-gitdir-path-extension.sh', + 't7426-submodule-get-default-remote.sh', 't7450-bad-git-dotfiles.sh', 't7500-commit-template-squash-signoff.sh', 't7501-commit-basic-functionality.sh',