]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fetch.c
Ensure tail pointer gets setup correctly when we fetch HEAD only
authorShawn O. Pearce <spearce@spearce.org>
Mon, 3 Mar 2008 02:34:51 +0000 (21:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2008 08:05:45 +0000 (00:05 -0800)
commit5aaf7f2afb46621c371564b07225ff5e978fc4b5
tree7ac177950f718cb04b19a06b03305a2318601a28
parent7f98428d4beb24b564acbbfa779391467aab6f03
Ensure tail pointer gets setup correctly when we fetch HEAD only

If we ever decided to append onto the end of this list the tail
pointer must be looking at the right memory cell at the end of
the HEAD ref_map.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c