Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Mon, 15 Oct 2012 17:21:25 +0000 (10:21 -0700)
committerjlehmann <Jens.Lehmann@web.de>
Mon, 15 Oct 2012 17:21:25 +0000 (10:21 -0700)
Home.textile

index 9045c4f00df3e01ef274e3b776793148f76a9e6e..a1e42f93c75d622847cebb7935629e9194b781ec 100644 (file)
@@ -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)