commit: pay attention to submodule.$name.ignore in .gitmodules
authorOrgad Shaneh <orgads@gmail.com>
Sun, 23 Sep 2012 07:37:47 +0000 (09:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2012 16:28:36 +0000 (09:28 -0700)
commit8f6811efed5451c72aac53f8ee12b1edcd426a73
treea45344bfe278fa516673d05d1345e468333d0941
parent87b50542a08ac6caa083ddc376e674424e37940a
commit: pay attention to submodule.$name.ignore in .gitmodules

"git status" does not list a submodule with uncommitted working tree
files as modified when "submodule.$name.ignore" is set to "dirty" in
in-tree ".gitmodules" file.  Both status and commit honor the setting
in $GIT_DIR/config, but "commit" does not pick it up from .gitmodules,
which is inconsistent.

Teach "git commit" to pay attention to the setting in .gitmodules as
well.

Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c