Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Thu, 17 Feb 2011 23:24:00 +0000 (15:24 -0800)
committerjlehmann <Jens.Lehmann@web.de>
Thu, 17 Feb 2011 23:24:00 +0000 (15:24 -0800)
Home.textile

index dc439246b9e07027bf930f33ac81dc41af2bb29c..f142b2a0da0b6d94c2288bda9703084a13d756ef 100644 (file)
@@ -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: