Re: quick bare clones taking longer?
From: David Miller <davem@davemloft.net>
Date: 2016-06-15 22:43:09
From: Junio C Hamano <redacted> Date: Wed, 09 May 2007 08:41:20 -0700
There is something very wrong. "-l -s" should never go to the "remote: Generating pack..." codepath. Is that reproducible?
Every single time on master.kernel.org
Could you try "sh -x git-clone" it?
Sure: + unset CDPATH + '[' -n '' ']' + quiet= + local=no + use_local=no + local_shared=no + unset template + no_checkout= + upload_pack= + bare= + reference= + origin= + origin_override= + use_separate_remote=t + depth= + no_progress= + test -t 1 + case "$#,$1" in + bare=yes + shift + case "$#,$1" in + no_checkout=yes + shift + case "$#,$1" in + use_local=yes + shift + case "$#,$1" in + local_shared=yes + use_local=yes + shift + case "$#,$1" in + break + repo=../torvalds/linux-2.6.git + test -n ../torvalds/linux-2.6.git + test yes = yes + test yes = '' + no_checkout=yes + use_separate_remote= + test -z '' + origin=origin ++ get_repo_base ../torvalds/linux-2.6.git + base= + dir=test-2.6.git + '[' -z test-2.6.git ']' + '[' -e test-2.6.git ']' + mkdir -p test-2.6.git ++ cd test-2.6.git ++ pwd + D=/home/davem/git/test-2.6.git + trap 'err=$?; cd ..; rm -rf "$D"; exit $err' 0 + case "$bare" in + GIT_DIR=/home/davem/git/test-2.6.git + export GIT_DIR + git-init Initialized empty Git repository in /home/davem/git/test-2.6.git/ + test -n '' + rm -f /home/davem/git/test-2.6.git/CLONE_HEAD + case "$local,$use_local" in + case "$repo" in + case "$upload_pack" in + git-fetch-pack --all -k ../torvalds/linux-2.6.git remote: Generating pack... etc. Oh, /home/davem/git is a soft symlink to /pub/scm/linux/kernel/git/davem, maybe that is confusing git to make it think the repo is not local.