Migrated from home v16
authorjlehmann <Jens.Lehmann@web.de>
Mon, 13 Sep 2010 16:57:36 +0000 (09:57 -0700)
committerjlehmann <Jens.Lehmann@web.de>
Mon, 13 Sep 2010 16:57:36 +0000 (09:57 -0700)
Home.textile

index 2f28b19dec3418f4d06cf2d4933a117cbd0210cf..9b22cc55075b7d190c1d274d68ea3afde286e5bc 100644 (file)
@@ -9,7 +9,8 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 * Showing that a submodule has a HEAD not on any branch in "git status" (in progress)
 * gitk: Add popup menu for submodules to see the detailed history of changes
 * Check before a push in the superproject that all submodules HEADs are pushed
-* Let checkout, update-index & reset work recursively on submodules
+* Let stash work recursively on submodules
+* Let checkout & reset work recursively on submodules
 * Let fetch run recursively on submodules
 * git gui: Add submodule menu for adding and fetching submodules
 * Collecting hooks useful for submodules (this may be obsolete when submodules become a first class citizen of git)