*Issues still to be tackled in this repo:*
-* Let fetch run recursively on submodules (in progress)
+* Let fetch run recursively on submodules by default when new commits have been recorded in the superproject (in progress)
* Let checkout, checkout-index, read-tree & reset work recursively on submodules (in progress)
* Teach grep the --recursive option (in progress thanks to Chris Packham)
* Add means to specify which submodules shall be populated on clone
+* Move the submodules git directories into the superproject's .git so that submodules can be created and deleted
* Check before a push in the superproject that all submodules HEADs are pushed
* Showing that a submodule has a HEAD not on any branch in "git status"
* gitk: Add popup menu for submodules to see the detailed history of changes
* Since git 1.7.3:
** 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)
\ No newline at end of file
+** Better support for merging of submodules (thanks to Heiko Voigt for writing that)
+* Expected in 1.7.4:
+** Recursive fetching of submodules can be enabled via command line option or configuration.
\ No newline at end of file