]> git.ipfire.org Git - thirdparty/git.git/commit
clone: don't clone the info/alternates file
authorMartin Waitz <tali@admingilde.org>
Sun, 7 May 2006 18:19:33 +0000 (20:19 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 May 2006 22:41:35 +0000 (15:41 -0700)
commit0438402271cccc1711c603b0a7ba3134f1ce30f1
tree658a16dffcf61a32ae60adc92167cc4ede91cbe5
parentdd05ea1799656024a45017238bbd4857b5256370
clone: don't clone the info/alternates file

Now that the cloned alternates file is parsed, too we don't need to
copy it into our new repository, we just reference it.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh