Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Tue, 29 Mar 2011 21:55:59 +0000 (14:55 -0700)
committerjlehmann <Jens.Lehmann@web.de>
Tue, 29 Mar 2011 21:55:59 +0000 (14:55 -0700)
Home.textile

index f142b2a0da0b6d94c2288bda9703084a13d756ef..3ead123b68dfc0016efc6714272c19222670fc39 100644 (file)
@@ -4,7 +4,6 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 
 *Issues still to be tackled in this repo:*
 
-* 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
@@ -39,4 +38,6 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 ** 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)
 * Since git 1.7.4:
-** Recursive fetching of submodules can be enabled via command line option or configuration.
\ No newline at end of file
+** Recursive fetching of submodules can be enabled via command line option or configuration.
+* Expected in git 1.7.5:
+** fetch runs recursively on submodules by default when new commits have been recorded for them in the superproject
\ No newline at end of file