]> Pileus Git - ~andy/git/commit
clone: do not add alternate references to extra_refs
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 11 Feb 2012 06:21:00 +0000 (07:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2012 03:50:39 +0000 (19:50 -0800)
commita1287f7540d2a27fcde26b356dc176c5dbb4f4e2
tree1ce2e307cc1bf693fb98b176430da1216505173e
parentf2576591320f6296d341fa14bd50ba6918ced864
clone: do not add alternate references to extra_refs

Alternate references are directly (and now, correctly) handled by
fetch-pack, so there is no need to inform fetch-pack about them via
the extra_refs back channel.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c