summaryrefslogtreecommitdiff
path: root/git-clone.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-22 19:02:39 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-22 19:04:06 -0800
commit744633cbf23d3ed505f96ffc212b30c96b79fb90 (patch)
treed4c2432fb2c7b745540dbed573e4ce39db4c3adc /git-clone.sh
parent6dc78e696b8597204b903073da932fc5ed0f419e (diff)
downloadgit-744633cbf23d3ed505f96ffc212b30c96b79fb90.tar.gz
checkout - eye candy.
This implements "eye candy" similar to the pack-object/unpack-object to entertain users while a large tree is being checked out after a clone or a pull. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-clone.sh')
-rwxr-xr-xgit-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-clone.sh b/git-clone.sh
index d184ceb7a6..54c9e4ea4c 100755
--- a/git-clone.sh
+++ b/git-clone.sh
@@ -253,7 +253,7 @@ Pull: $head_points_at:$origin" &&
case "$no_checkout" in
'')
- git checkout
+ git-read-tree -m -u -v HEAD HEAD
esac
fi