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

index 68ecdb96f775cb8a88a425bbe825beceb0c4005b..928becc1cbd459e4d6b109ece7380c48f940e98f 100644 (file)
@@ -2,9 +2,14 @@
 
 As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to change that ...
 
-*Issues to be tackled in this repo:*
+*Issues still to be tackled in this repo:*
 
-* Better output of submodule diffs (will be in git 1.6.6)
 * 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
 * Collecting hooks useful for submodules
-* Better support for merging and resolving merge conflicts of submodules
\ No newline at end of file
+* Better support for merging and resolving merge conflicts of submodules
+
+Issues already solved and merged into Junio's Repo:
+
+* Better output of submodule diffs (since git 1.6.6)