Improve documentation concerning the status.submodulesummary setting
commitbb58b696c6ad810560d361b640580715a90382cb
authorJens Lehmann <Jens.Lehmann@web.de>
Wed, 11 Sep 2013 19:07:15 +0000 (11 21:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Sep 2013 19:20:41 +0000 (11 12:20 -0700)
treebbd12e705f39ff3a9f8f34cada4b933616db8682
parent927b26f87a5654349b87d3217ed8e9360d9ff798
Improve documentation concerning the status.submodulesummary setting

'git status' and 'git commit' can be told to also show the output of "git
submodule summary" by setting the "status.submodulesummary" config option.
But status and commit also honor the "diff.ignoreSubmodules" and the
"submodule.<name>.ignore" settings, which then disable the summary partly
or completely. This - and the fact that the last two settings do not
affect the "git submodule" commands at all - is not well documented.

Extend the documentation in those places where "status.submodulesummary",
"diff.ignoreSubmodules" and "submodule.<name>.ignore" are described to
better explain these dependencies.

Thanks-to: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/diff-config.txt
Documentation/git-status.txt
Documentation/gitmodules.txt