git-fetch: Reset shallow_depth before auto-following tags.
commitd158631549b87e11f2415622e421546539b09b67
authorAlexandre Julliard <julliard@winehq.org>
Fri, 24 Nov 2006 14:59:12 +0000 (24 15:59 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 23:42:50 +0000 (24 15:42 -0800)
tree0def0ce1e37ac244b366e721b5528f8c3e54c368
parent1f2de769812f0adea598269d788c9c75d23e80b8
git-fetch: Reset shallow_depth before auto-following tags.

Otherwise fetching the tags could also fetch commits up to the
specified depth, which isn't the expected behavior.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh