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

index d39781e4379b72b5025434622cadd78cb0a1fda4..6d1b18efd6c0674534ea2be0b33a3df4b0375e03 100644 (file)
@@ -4,20 +4,19 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 
 *Issues still to be tackled in this repo:*
 
-* Adding tools to git gui and gitk for easier submodule handling (in progress)
-** git gui: Add popup menu for submodule diffs (waiting for Shawn to merge it)
-** git gui: Add submodule menu for adding and fetching submodules
-** gitk: Add popup menu for submodules to see the detailed history of changes
-* Showing dirty working directories of submodules in supermodule (in progress)
+* git gui: Add popup menu for submodule diffs (waiting for Shawn to merge it)
+* Showing dirty working directories of submodules in superproject (in progress)
 * Showing that a submodule has a HEAD not on any branch (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, index-update & 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
 * Better support for merging and resolving merge conflicts of submodules
 * Add an "always-tip" mode
 
 *Issues already solved and merged into Junio's Repo:*
 
-* since git 1.6.6: Better output of submodule diffs (many thanks to Dscho for writing the core part!)
+* since git 1.6.6: New --submodule option to "git diff" (many thanks to Dscho for writing the core part!)
 * since git 1.6.6: Display of submodule summary in git gui and gitk