From: Junio C Hamano Date: Mon, 2 May 2016 21:24:08 +0000 (-0700) Subject: Merge branch 'sb/submodule-helper-clone-regression-fix' into maint X-Git-Tag: v2.8.3~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5e16b2a7ba0ed12e4674f111386643e16692fe9;p=thirdparty%2Fgit.git Merge branch 'sb/submodule-helper-clone-regression-fix' into maint A partial rewrite of "git submodule" in the 2.7 timeframe changed the way the gitdir: pointer in the submodules point at the real repository location to use absolute paths by accident. This has been corrected. * sb/submodule-helper-clone-regression-fix: submodule--helper, module_clone: catch fprintf failure submodule--helper: do not borrow absolute_path() result for too long submodule--helper, module_clone: always operate on absolute paths submodule--helper clone: create the submodule path just once submodule--helper: fix potential NULL-dereference recursive submodules: test for relative paths --- f5e16b2a7ba0ed12e4674f111386643e16692fe9