X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone.sh;h=4ed861d576bfaefa768f811a59d2ec53d233b5df;hb=3443546f6ef57fe28ea5cca232df8e400bfc3883;hp=89c15d7a65bc7538ef2bfbc4a68a590d4add9cf8;hpb=7bd1527d2d8c80a6e9a0f8583082a5aee5428c68;p=git.git diff --git a/git-clone.sh b/git-clone.sh index 89c15d7a..4ed861d5 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -154,7 +154,7 @@ yes,yes) fi && rm -f "$GIT_DIR/objects/sample" && cd "$repo" && - find objects -depth -print | cpio -puamd$l "$GIT_DIR/" || exit 1 + find objects -depth -print | cpio -pumd$l "$GIT_DIR/" || exit 1 ;; yes) mkdir -p "$GIT_DIR/objects/info"