[PATCH] git-clone-script local optimization tweaks
authorJunio C Hamano <junkio@cox.net>
Mon, 11 Jul 2005 20:30:54 +0000 (13:30 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 11 Jul 2005 21:06:57 +0000 (14:06 -0700)
commitab6625e06a647c4be555cadc63dfa8f0d4a7f48e
treebe14059937615c6ac4f605cb6137489707959d0d
parentc1c774e7965ba08061c3fc7bc57aebc7eeb6b40f
[PATCH] git-clone-script local optimization tweaks

 - When local optimization is used, the variable repo has
   already been passed through get_repo_base so there is no need
   to check for .git subdirectory in there.

 - Use cpio -l instead of "cp -l".

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-clone-script