Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Mon, 11 Apr 2011 19:39:31 +0000 (12:39 -0700)
committerjlehmann <Jens.Lehmann@web.de>
Mon, 11 Apr 2011 19:39:31 +0000 (12:39 -0700)
Home.textile

index 96804eaf71cf3d1395d89539003e9a875b90a45d..7bfc39a74e921d33862873b1fb026c8d08952cf2 100644 (file)
@@ -18,6 +18,7 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 * git status should call "git diff --submodule --ignore-submodules=dirty" instead of "git submodule summary" for providing a submodule summary when configured to do so.
 * Add an "always-tip" mode
 * Other commands that could benefit from a "--recurse-submodules" option: archive, branch, clean, commit, revert, tag.
+* In the long run git-submodule.sh should be converted to a rather simple wrapper script around core git functionality as more and more of that is implemented in the git core.
 
 *Submodule related bugs to fix*