X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone.sh;h=227245c865e3f33e3b795868c484a41d590c553a;hb=e3008464e70d25b4926b97b1f86951d7a3cb938d;hp=0805168057c871549d87ff4e9e30d654abbed0a4;hpb=1a17ee22a2fbd85a893ab36fd53168d03554c2dd;p=git.git diff --git a/git-clone.sh b/git-clone.sh index 08051680..227245c8 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -261,11 +261,7 @@ yes,yes) ;; yes) mkdir -p "$GIT_DIR/objects/info" - { - test -f "$repo/objects/info/alternates" && - cat "$repo/objects/info/alternates"; - echo "$repo/objects" - } >"$GIT_DIR/objects/info/alternates" + echo "$repo/objects" >> "$GIT_DIR/objects/info/alternates" ;; esac git-ls-remote "$repo" >"$GIT_DIR/CLONE_HEAD"