]> git.neil.brown.name Git - git.git/commitdiff
Merge branch 'sb/checkout-recurse-submodules' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Jun 2017 20:26:59 +0000 (13:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jun 2017 20:26:59 +0000 (13:26 -0700)
"git checkout --recurse-submodules" did not quite work with a
submodule that itself has submodules.

* sb/checkout-recurse-submodules:
  submodule: properly recurse for read-tree and checkout
  submodule: avoid auto-discovery in new working tree manipulator code
  submodule_move_head: reuse child_process structure for futher commands


Trivial merge