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

index dfe96b24fd1288d35f8c44eaee3beff881c97a42..bab848cf5452e99a64e82bd5469ec4f9b6372ebd 100644 (file)
@@ -4,7 +4,7 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 
 *Issues still to be tackled in this repo:*
 
-* Add an option to "git diff" and "git status" and a config option to control when a submodule is considered dirty (in progress)
+* Add a config option to control when a submodule is considered dirty (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
@@ -26,3 +26,5 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 ** git gui: New popup menu for submodule diffs
 * Since git 1.7.1:
 ** Show the reason why working directories of submodules are dirty (untracked content and/or modified content) in superproject
+* Expected in git 1.7.2:
+** Add parameters to the "--ignore-submodules" option for "git diff" and "git status" to control when a submodule is considered dirty
\ No newline at end of file