X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone.sh;h=cf410faaa38af6858dbe11ce7516bcd90c2882e3;hb=8e1618f9612a78ea09b2a926797c781fe06027c9;hp=e192b08c0dc3ab410e371fe07af96b9b5b59f22a;hpb=45d2b286acf4a1191e6199c41a034cb0677a0965;p=git.git diff --git a/git-clone.sh b/git-clone.sh index e192b08c..cf410faa 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -153,7 +153,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"