X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone.sh;h=4ed861d576bfaefa768f811a59d2ec53d233b5df;hb=1b371f567d9b0094918e128262577b76994eef74;hp=89c15d7a65bc7538ef2bfbc4a68a590d4add9cf8;hpb=6d5129ac098e8b9c270efd5fa2695163122a0a46;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"