From: jlehmann Date: Mon, 15 Oct 2012 17:21:25 +0000 (-0700) Subject: Updated Home (textile) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dff95af995872f5e1735f7459063818387021ccb;p=git-submod-enhancements.wiki.git Updated Home (textile) --- diff --git a/Home.textile b/Home.textile index 9045c4f..a1e42f9 100644 --- a/Home.textile +++ b/Home.textile @@ -4,6 +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:* +* Teach @git mv@ to not only move the gitlink and the work tree but also update core.worktree and the gitfile * Let @am@, @bisect@, @checkout@, @checkout-index@, @cherry-pick@, @merge@, @pull@, @read-tree@, @rebase@, @reset@ & @stash@ work recursively on submodules (in progress) * Teach @grep@ the @--recursive@ option * Add means to specify which submodules shall be populated on clone (which I'd like to implement by teaching @git fetch@ to create submodule repos in .git/modules, recursive checkout will then do the rest)