From: Junio C Hamano Date: Wed, 30 May 2018 05:04:12 +0000 (+0900) Subject: Merge branch 'sb/submodule-update-try-harder' X-Git-Tag: v2.18.0-rc0~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a173dddf4483ed11b228077078becc8b65174b46?ds=inline;hp=--cc Merge branch 'sb/submodule-update-try-harder' "git submodule update" attempts two different kinds of "git fetch" against the upstream repository to grab a commit bound at the submodule's path, but it incorrectly gave up if the first kind (i.e. a normal fetch) failed, making the second "last resort" one (i.e. fetching an exact commit object by object name) ineffective. This has been corrected. * sb/submodule-update-try-harder: git-submodule.sh: try harder to fetch a submodule --- a173dddf4483ed11b228077078becc8b65174b46