]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/fix-fetching-moved-submodules'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2018 19:53:34 +0000 (12:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2018 19:53:34 +0000 (12:53 -0700)
commit085d2abf57be3e424cad0b7dc8c27fe41921258e
tree758920947d1b46faf51fbfd963471c12ef5aa915
parentcf22247b631ab7cdfe01289917583f84dfea6f32
parentc3749f6e597a7b8140181fa5efc95f3f08595f8c
Merge branch 'sb/fix-fetching-moved-submodules'

The code to try seeing if a fetch is necessary in a submodule
during a fetch with --recurse-submodules got confused when the path
to the submodule was changed in the range of commits in the
superproject, sometimes showing "(null)".  This has been corrected.

* sb/fix-fetching-moved-submodules:
  t5526: test recursive submodules when fetching moved submodules
  submodule: fix NULL correctness in renamed broken submodules