From: Junio C Hamano Date: Mon, 11 Jul 2005 20:30:54 +0000 (-0700) Subject: [PATCH] git-clone-script local optimization tweaks X-Git-Tag: v0.99.1~59 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ab6625e06a647c4be555cadc63dfa8f0d4a7f48e?hp=ab6625e06a647c4be555cadc63dfa8f0d4a7f48e [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 Signed-off-by: Linus Torvalds ---