From d158631549b87e11f2415622e421546539b09b67 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 24 Nov 2006 15:59:12 +0100 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/git-fetch.sh b/git-fetch.sh index 0b1e6d1..f0645d9 100755 --- a/git-fetch.sh +++ b/git-fetch.sh @@ -461,6 +461,8 @@ case "$no_tags$tags" in case "$taglist" in '') ;; ?*) + # do not deepen a shallow tree when following tags + shallow_depth= fetch_main "$taglist" ;; esac esac -- cgit v0.10.2-6-g49f6