Merge branch 'pk/status-of-uncloned-submodule'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:23 +0000 (12:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:23 +0000 (12:54 -0800)
commitf2dcfcc21d233c71e47e2ddae799968a18775a1d
treec67110e5317c2b0835a861af2b9ad60ad1e09d07
parent78e67cda42a440f216fc4cbfd8a9e190c5eece5a
parentf38c92452d0ad75b1c5c5cfdd04223ad7a9a08a9
Merge branch 'pk/status-of-uncloned-submodule'

The way "git submodule status" reports an initialized but not yet
populated submodule has not been reimplemented correctly when a
part of the "git submodule" command was rewritten in C, which has
been corrected.

* pk/status-of-uncloned-submodule:
  t7400: testcase for submodule status on unregistered inner git repos
  submodule: fix status of initialized but not cloned submodules
  t7400: add a testcase for submodule status on empty dirs
builtin/submodule--helper.c
t/t7400-submodule-basic.sh