** Add the "ignore" config option for the default behaviour of "git diff" and "git status". Both .git/config and .gitmodules are parsed for this option, the value set in .git/config. will override that from .gitmodules
** 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)
-* Expected in 1.7.4:
+* Since git 1.7.4:
** Recursive fetching of submodules can be enabled via command line option or configuration.
\ No newline at end of file