From: jlehmann Date: Mon, 11 Apr 2011 19:37:35 +0000 (-0700) Subject: Updated Home (textile) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef60d0130f08adcc6613a6f8cadf90e715b499bc;p=git-submod-enhancements.wiki.git Updated Home (textile) --- diff --git a/Home.textile b/Home.textile index 3de0364..96804ea 100644 --- a/Home.textile +++ b/Home.textile @@ -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.