Merge branch 'sb/submodule-path-misc-bugs'
commit6a0f105a217b243f348c6e9c621ba7a12bff8b97
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Apr 2016 22:17:16 +0000 (25 15:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Apr 2016 22:17:16 +0000 (25 15:17 -0700)
treeac5c3b0b530c7c57b958fe5e9631708051377616
parentf276cae18799ac8df2495b93cf0359a413789891
parent2ab56603bffb7aed6ec6d2a36deddfdf49cfd5ad
Merge branch 'sb/submodule-path-misc-bugs'

"git submodule" reports the paths of submodules the command
recurses into, but this was incorrect when the command was not run
from the root level of the superproject.

* sb/submodule-path-misc-bugs:
  t7407: make expectation as clear as possible
  submodule update: test recursive path reporting from subdirectory
  submodule update: align reporting path for custom command execution
  submodule status: correct path handling in recursive submodules
  submodule update --init: correct path handling in recursive submodules
  submodule foreach: correct path display in recursive submodules
git-submodule.sh
t/t7406-submodule-update.sh