Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Fri, 7 Jan 2011 17:06:41 +0000 (09:06 -0800)
committerjlehmann <Jens.Lehmann@web.de>
Fri, 7 Jan 2011 17:06:41 +0000 (09:06 -0800)
Home.textile

index 98fa8bdd4dde0ea6246295a6696c2414c120f9d6..3f10609730bfd0a99e1b5e4ef8743d545e60a9f6 100644 (file)
@@ -4,10 +4,11 @@ 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 (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
@@ -31,4 +32,6 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 * 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