X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-fetch-script;h=acb1e56e70a974d276eb915a51fc5351801b24a5;hb=e68b6f1525c670f474d735009fec419473df0962;hp=8a2d37d623a71b71b0f1e86184c0bc88a25068df;hpb=bbca20accefe8329f976371d0d8c111c965cdf1a;p=git.git diff --git a/git-fetch-script b/git-fetch-script index 8a2d37d62..acb1e56e7 100755 --- a/git-fetch-script +++ b/git-fetch-script @@ -9,8 +9,8 @@ if [ "$2" = "tag" ]; then destination="$merge_name" fi -: ${GIT_DIR=.git} -: ${GIT_OBJECT_DIRECTORY="${SHA1_FILE_DIRECTORY-"$GIT_DIR/objects"}"} +. git-sh-setup-script || die "Not a git archive" + TMP_HEAD="$GIT_DIR/TMP_HEAD" case "$merge_repo" in