* Since git 1.7.1:
** Show the reason why working directories of submodules are dirty (untracked content and/or modified content) in superproject
* Expected in git 1.7.2:
-** Add parameters to the "--ignore-submodules" option for "git diff" and "git status" to control when a submodule is considered dirty
\ No newline at end of file
+** Add parameters to the "--ignore-submodules" option for "git diff" and "git status" to control when a submodule is considered dirty
+** Add the "ignore" config option for the default behaviour of "--ignore-submodules". Both .git/config and .gitmodules are parsed for this option, the value set in .git/config. will override that from .gitmodules.
\ No newline at end of file