]> granicus.if.org Git - git/commitdiff
Merge branch 'hv/fetch-moved-submodules-on-demand'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:29 +0000 (14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:29 +0000 (14:24 +0900)
"git fetch --recurse-submodules" now knows that submodules can be
moved around in the superproject in addition to getting updated,
and finds the ones that need to be fetched accordingly.

* hv/fetch-moved-submodules-on-demand:
  submodule: simplify decision tree whether to or not to fetch
  implement fetching of moved submodules
  fetch: add test to make sure we stay backwards compatible

1  2 
submodule.c

diff --cc submodule.c
Simple merge