From edac360bdd35eacfb11005583aa7736d72a063bd Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 1 Apr 2014 11:52:37 -0700 Subject: [PATCH] Revert "Merge branch 'wt/doc-submodule-name-path-confusion-2'" This reverts commit 00d4ff1a69883e24b095f45251d99143b5bc0320, reversing changes made to d3badc6eb0961382788c2670129d5ee133d079fd. --- Documentation/git-submodule.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 77588b0dd8..a15d92d09b 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -162,7 +162,7 @@ update:: + For updates that clone missing submodules, checkout-mode updates will create submodules with detached HEADs; all other modes will create -submodules with a local branch named after `submodule..branch`. +submodules with a local branch named after `submodule..branch`. + For updates that do not clone missing submodules, the submodule's HEAD is only touched when the remote reference does not match the -- 2.11.4.GIT