Shallow clone: do not ignore shallowness when following tags
commitabef3a1625b7aff168a5fa062432dc6ef2006963
authorAlexandre Julliard <julliard@winehq.org>
Sat, 11 Nov 2006 13:57:23 +0000 (11 14:57 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 23:42:49 +0000 (24 15:42 -0800)
tree00ee34c508a52ef377510a9009b4be3009384204
parentf53514bc2d82f2f5cc7b447575e74aa266ed46f0
Shallow clone: do not ignore shallowness when following tags

Tags should be considered when truncating the
commit list. The patch below fixes it, and fetches the right number of
commits for each tag. However the correct fix is probably to not fetch
historical tags at all.

Signed-off-by: Junio C Hamano <junkio@cox.net>
shallow.c