added "apply" to list
authorJens Lehmann <Jens.Lehmann@web.de>
Fri, 3 Jan 2014 12:20:12 +0000 (04:20 -0800)
committerJens Lehmann <Jens.Lehmann@web.de>
Fri, 3 Jan 2014 12:20:12 +0000 (04:20 -0800)
Recursive-submodule-checkout.textile

index c4aa1bf46473ac5ddb2816a933063cad3e12c965..664eb704d3d0fc29daba58ea696b805bddbbe4f7 100644 (file)
@@ -1,4 +1,4 @@
-This effort is about teaching @am@, @bisect@, @checkout@, @checkout-index@, @cherry-pick@, @merge@, @pull@, @read-tree@, @rebase@, @reset@ & @stash@ to recursively update submodule work trees according to the commit recorded in the superproject (which gets rid of having to run "git submodule update" every time something changes).
+This effort is about teaching @am@, @apply@, @bisect@, @checkout@, @checkout-index@, @cherry-pick@, @merge@, @pull@, @read-tree@, @rebase@, @reset@ & @stash@ to recursively update submodule work trees according to the commit recorded in the superproject (which gets rid of having to run "git submodule update" every time something changes).
 
 You find the current state of this series in the [[recusive_submodule_update|https://github.com/jlehmann/git-submod-enhancements/tree/recursive_submodule_checkout]] branch in this repo.