On Wed, Oct 31, 2007 at 02:20:47PM +0000, Johannes Schindelin wrote:=20 =20 Here you go. Remove dependency on cpio for git-clone. Apparently some POSIX systems out there don't have cpio, just assume cp is there. Signed-off-by: Erik Mouw <mouw@nl.linux.org> diff --git a/INSTALL b/INSTALL index f1eb404..9074563 100644 --- a/INSTALL +++ b/INSTALL @@ -79,8 +79,7 @@ Issues of note: - "perl" and POSIX-compliant shells are needed to use most of the barebone Porcelainish scripts. =20 - - "cpio" is used by git-merge for saving and restoring the index, - and by git-clone when doing a local (possibly hardlinked) clone. + - "cpio" is used by git-merge for saving and restoring the index. =20 - Some platform specific issues are dealt with Makefile rules, but depending on your specific installation, you may not diff --git a/git-clone.sh b/git-clone.sh index 0ea3c24..061534c 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -294,7 +294,7 @@ yes) fi fi && cd "$repo" && - find objects -depth -print | cpio -pumd$l "$GIT_DIR/" || exit 1 + cp -Rp$l objects/ "$GIT_DIR/" || exit 1 fi git-ls-remote "$repo" >"$GIT_DIR/CLONE_HEAD" || exit 1 ;; --=20 They're all fools. Don't worry. Darwin may be slow, but he'll eventually get them. -- Matthew Lammers in alt.sysadmin.recovery
| Andrew Morton | Re: Linux 2.6.21-rc4 |
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Balbir Singh | Re: [RFC][PATCH 2/7] RSS controller core |
git: | |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | [GIT]: Networking |
| Andreas Henriksson | [PATCH 06/12] Remove bogus reference to tc-filters(8) from tc(8) manpage. |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
