On Fri, Jun 06, 2014 at 02:08:29PM -0700, Junio C Hamano wrote: > From: Jens Lehmann <Jens.Lehmann@xxxxxx> > Date: Tue, 8 Apr 2014 21:36:08 +0200 > > Currently setting submodule.<name>.ignore and/or diff.ignoreSubmodules to > "all" suppresses all output of submodule changes for gitk. 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 > "Local changes checked in to index but not committed". > > 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@xxxxxx> > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Thanks, applied. Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html