Make sure alternates are carried over from the original repository.
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 22:18:41 +0000 (15:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 22:18:41 +0000 (15:18 -0700)
commit0f87f893657129907ff966f44aed7c7624d7ba1b
tree49e09ef1836f309b0f29995397dbe926879dbc5a
parent6a0049c07623a387bf7f7e7c90b71344c23decfa
Make sure alternates are carried over from the original repository.

When we create a cheap local clone by pointing at the object databse
of the original repository, we forgot to take the alternates the original
repository might have had into account.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone-script