Updated Home (textile)
[git-submod-enhancements.wiki.git] / Home.textile
index 01aaa7af043718801e6273e8ade63dce69a02872..50523a89525de4810c2c83a082d837f34251e24b 100644 (file)
@@ -7,7 +7,6 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 * [[Recursive submodule checkout]]: teach all work tree manipulating commands to update the submodule work trees according to the commit recorded in the superproject.
 * Teach @git mv@ to not only move the gitlink and the work tree but also update core.worktree and the gitfile
 * Teach @git fetch@ to also fetch commits for submodule not currently in the work tree into .git/modules/<name>
-* Make the @git submodule@ script run in non top-level directories too
 
 *Issues still to be tackled*