X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone.sh;h=dc0ad552a322d46f48bee2c8d324285a63a9b8c7;hb=9b1320a99e906b5e7011f5e641f7400d82bbc82f;hp=d184ceb7a6f2a7d4ffc3a002b1a8846c46297f33;hpb=0f4aa3993de5fc7252e43ebd872fd9e4b615873d;p=git.git diff --git a/git-clone.sh b/git-clone.sh index d184ceb7..dc0ad552 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"