Merge branch 'jl/maint-submodule-recurse-fetch' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 04:12:25 +0000 (21:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 04:12:25 +0000 (21:12 -0700)
"git fetch" that recurses into submodules on demand did not check if it
needs to go into submodules when non branches (most notably, tags) are
fetched.

By Jens Lehmann
* jl/maint-submodule-recurse-fetch:
  submodules: recursive fetch also checks new tags for submodule commits

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge