]> git.ipfire.org Git - thirdparty/git.git/commit
submodule.c: fetch in submodules git directory instead of in worktree
authorStefan Beller <sbeller@google.com>
Thu, 29 Nov 2018 00:27:55 +0000 (16:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2018 02:42:32 +0000 (11:42 +0900)
commita62387b3fc9f5aeeb04a2db278121d33a9caafa7
tree665bb45d1fce4d4d15c3564aae78bd4fa256b67a
parent26f80ccfc15bb1e591b634173bdb7092da33da12
submodule.c: fetch in submodules git directory instead of in worktree

Keep the properties introduced in 10f5c52656 (submodule: avoid
auto-discovery in prepare_submodule_repo_env(), 2016-09-01), by fixating
the git directory of the submodule.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c