** Add parameters to the "--ignore-submodules" option for "git diff" and "git status" to control when a submodule is considered dirty
* Expected in git 1.7.3:
** 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
-** Add config options to control when a submodule is considered dirty (both per submodule and by per repo or global configuration)
+** Add a global config option to control when a submodule is considered dirty (written by Dscho)
** Better support for merging of submodules (thanks to Heiko Voigt for writing that)
\ No newline at end of file