From: Junio C Hamano Date: Wed, 25 Jun 2014 18:50:03 +0000 (-0700) Subject: Merge branch 'jl/status-added-submodule-is-never-ignored' into maint X-Git-Tag: v2.0.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=287a8701f6fe263696e9c74a3a2020f4cfbf4239;p=git Merge branch 'jl/status-added-submodule-is-never-ignored' into maint "git status" (and "git commit") behaved as if changes in a modified submodule are not there if submodule.*.ignore configuration is set, which was misleading. The configuration is only to unclutter diff output during the course of development, and should not to hide changes in the "status" output to cause the users forget to commit them. * jl/status-added-submodule-is-never-ignored: commit -m: commit staged submodules regardless of ignore config status/commit: show staged submodules regardless of ignore config --- 287a8701f6fe263696e9c74a3a2020f4cfbf4239