From: jlehmann Date: Thu, 17 Feb 2011 23:24:00 +0000 (-0800) Subject: Updated Home (textile) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f9171b902dea5bbcc0ba8c7bc077e187836fc6d7;p=git-submod-enhancements.wiki.git Updated Home (textile) --- diff --git a/Home.textile b/Home.textile index dc43924..f142b2a 100644 --- a/Home.textile +++ b/Home.textile @@ -13,10 +13,15 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch * Showing that a submodule has a HEAD not on any branch in "git status" * gitk: Add popup menu for submodules to see the detailed history of changes * Let stash work recursively on submodules +* 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 * Add an "always-tip" mode +*Submodule related bugs to fix* + +* Cherry picking across submodule creation fails even if the cherry pick doesn't touch any file in the submodules path + *Issues already solved and merged into Junio's Repo:* * Since git 1.6.6: