X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-clone.sh;h=227245c865e3f33e3b795868c484a41d590c553a;hb=3adac0afe2f27aead02ed5dcf918e42e2172c3a4;hp=0805168057c871549d87ff4e9e30d654abbed0a4;hpb=3d990f110c2e5b8df83f6ab3ef83497f43c7fd47;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"