From: jlehmann Date: Tue, 29 Mar 2011 21:55:59 +0000 (-0700) Subject: Updated Home (textile) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=184cb92b4fe6feefefe919b857a03566844cccc3;p=git-submod-enhancements.wiki.git Updated Home (textile) --- diff --git a/Home.textile b/Home.textile index f142b2a..3ead123 100644 --- a/Home.textile +++ b/Home.textile @@ -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