Merge branch 'sb/submodule-recursive-checkout-detach-head'
commit0b75572a1b9f601b751d431faea55f492ea92ac9
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Dec 2017 17:23:35 +0000 (6 09:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Dec 2017 17:23:35 +0000 (6 09:23 -0800)
tree77c08b1f554cedb53a924e6ab0ef23e947469858
parent1a4e40aa5dc16564af879142ba9dfbbb88d1e5ff
parent57f22bf9979c94f66c3596fb28d0588c1edc2f8d
Merge branch 'sb/submodule-recursive-checkout-detach-head'

"git checkout --recursive" may overwrite and rewind the history of
the branch that happens to be checked out in submodule
repositories, which might not be desirable.  Detach the HEAD but
still allow the recursive checkout to succeed in such a case.

* sb/submodule-recursive-checkout-detach-head:
  Documentation/checkout: clarify submodule HEADs to be detached
  recursive submodules: detach HEAD from new state
Documentation/git-checkout.txt
submodule.c
t/lib-submodule-update.sh