commit | 0f87f893657129907ff966f44aed7c7624d7ba1b | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Aug 17 15:18:41 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Aug 17 15:18:41 2005 -0700 |
tree | 49e09ef1836f309b0f29995397dbe926879dbc5a | |
parent | 6a0049c07623a387bf7f7e7c90b71344c23decfa [diff] |
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>