From 2bc8f3750f76f486c5eacb1bdff1954b61bb9777 Mon Sep 17 00:00:00 2001 From: Jens Lehmann Date: Fri, 10 May 2013 06:46:51 -0700 Subject: [PATCH] Updated Home (textile) --- Home.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.textile b/Home.textile index 838d0a7..aeff8a7 100644 --- a/Home.textile +++ b/Home.textile @@ -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. -- 2.26.2