Dear diary, on Mon, Jul 04, 2005 at 10:39:09PM CEST, I got a letter where Linus Torvalds <[EMAIL PROTECTED]> told me that... > That said, the pack-file thing I'm working on won't be perfect either, and > the main advantage is that it should work over ssh. The fastest way to do > a clone is really to do a recursive hardlinked tree, so you may well want > to just do > > #!/bin/sh > mkdir "$2" && cp -rl "$1/.git" "$2/.git" > > and it should be about a million times faster and equally effective. > > Untested, of course.
I wouldn't do that on anything but .git/objects. ;-) -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ <Espy> be careful, some twit might quote you out of context.. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html