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

index 9799c7288c15c37990964ca2263c7da59f3e1805..be03e6bee939c5612a36d7468cc26c478ba8e7e4 100644 (file)
@@ -4,12 +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:*
 
-* Show the reason why working directories of submodules are dirty (new/untracked content and/or modified content) in superproject (in progress)
 * 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 stash work recursively on submodules
-* Let checkout & reset work recursively on submodules
+* Let checkout & reset work recursively on submodules (in progress)
 * 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)
@@ -23,4 +22,6 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 ** Display of submodule summaries instead of plain hashes in git gui and gitk
 * Since git 1.7.0:
 ** "git status" and "git diff*" show submodules with untracked or modified files in their work tree as "dirty"
-** git gui: New popup menu for submodule diffs
\ No newline at end of file
+** git gui: New popup menu for submodule diffs
+* Expected to appear in git 1.7.1:
+** Show the reason why working directories of submodules are dirty (untracked content and/or modified content) in superproject