author | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Feb 2007 10:10:56 +0000 (02:10 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Feb 2007 10:10:56 +0000 (02:10 -0800) | ||
commit | 099c7837678361985ca9df1240cdaf6a42fc89f9 | |
tree | d0e384b03f958f3007a1593e8bf4f6b521e5db09 | tree | snapshot |
parent | 563b43ee45b87cf1e4bba99d3d0216f396d5c873 | commit | diff |
git-clone --reference: work well with pack-ref'ed reference repository
Earlier we only used loose refs to anchor already existing
objects. When cloning from a repository that forked relatively
long time ago from the reference repository, this made the
want/have exchange by fetch-pack to do unnecessary work.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Earlier we only used loose refs to anchor already existing
objects. When cloning from a repository that forked relatively
long time ago from the reference repository, this made the
want/have exchange by fetch-pack to do unnecessary work.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh | diff | blob | history |