Updated Home (textile)
[git-submod-enhancements.wiki.git] / 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)