Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Mon, 11 Apr 2011 19:37:35 +0000 (12:37 -0700)
committerjlehmann <Jens.Lehmann@web.de>
Mon, 11 Apr 2011 19:37:35 +0000 (12:37 -0700)
Home.textile

index 3de03643fce46672261055c04867e571ba27f707..96804eaf71cf3d1395d89539003e9a875b90a45d 100644 (file)
@@ -15,6 +15,7 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 * Teach "git prune" the "--recurse-submodules" option (and maybe honour the same default and options "git fetch" uses)
 * Better support for displaying merge conflicts of submodules
 * git gui: Add submodule menu for adding and fetching submodules
+* git status should call "git diff --submodule --ignore-submodules=dirty" instead of "git submodule summary" for providing a submodule summary when configured to do so.
 * Add an "always-tip" mode
 * Other commands that could benefit from a "--recurse-submodules" option: archive, branch, clean, commit, revert, tag.