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

index 6ef3f740ff9a5060a66ef47e3d54f24f9564734d..f9db4bebb3d43918d1388247f978138b610e0716 100644 (file)
@@ -5,11 +5,15 @@ 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)
-* Showing dirty working directories of submodules in supermodule
-* Showing that a detached HEAD not on any branch is checked out in submodule
+** 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
+* Showing dirty working directories of submodules in supermodule (in progress)
+* Showing that a detached HEAD not on any branch is checked out in submodule (in progress)
 * Collecting hooks useful for submodules
 * Better support for merging and resolving merge conflicts of submodules
 
 *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: Display of submodule summary in git gui and gitk