Updated Home (textile)
authorJens Lehmann <Jens.Lehmann@web.de>
Fri, 10 May 2013 13:46:51 +0000 (06:46 -0700)
committerJens Lehmann <Jens.Lehmann@web.de>
Fri, 10 May 2013 13:46:51 +0000 (06:46 -0700)
Home.textile

index 838d0a7d8e35db7e226bf50a5a20a5098b8491a8..aeff8a75dadbd24c51003806db0b172f51a5a8ad 100644 (file)
@@ -22,6 +22,7 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch
 * @git gui@: Add submodule menu for adding and fetching submodules
 * @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.
 * Other commands that could benefit from a @--recurse-submodules@ option: @archive@, @branch@, @clean@, @commit@, @revert@, @tag@.
+* To enable history rewriting @git filter-branch@ could write a list of rewritten commits which can then be used to update submodule commits in a superproject.
 
 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.