git-gui: show staged submodules regardless of ignore config
commite0db1dd7d4bc87825f0d7d743f1a01b4461a59ff
authorJens Lehmann <Jens.Lehmann@web.de>
Tue, 8 Apr 2014 19:30:51 +0000 (8 21:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Jun 2014 17:27:33 +0000 (13 18:27 +0100)
tree49dcf04b8c40762603dfbabe954ea324317c7027
parent1b2c79e63e5afa3cecb3ab4a40cb414dbe6511ce
git-gui: show staged submodules regardless of ignore config

Currently setting submodule.<name>.ignore and/or diff.ignoreSubmodules to
"all" suppresses all output of submodule changes for git-gui. This is
really confusing, as even when the user chooses to record a new commit for
an ignored submodule by adding it manually this change won't show up under
"Staged Changes (Will Commit)".

Fix that by using the '--ignore-submodules=dirty' option for both callers
of "git diff-index --cached" when the underlying git version supports that
option.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh
lib/diff.tcl