commit | ab6625e06a647c4be555cadc63dfa8f0d4a7f48e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Jul 11 13:30:54 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 11 14:06:57 2005 -0700 |
tree | be14059937615c6ac4f605cb6137489707959d0d | |
parent | c1c774e7965ba08061c3fc7bc57aebc7eeb6b40f [diff] |
[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>