From 15d64936d4be1e11085e21de6615742298276ab6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 27 Mar 2014 14:06:20 -0700 Subject: [PATCH] doc: submodule.* config are keyed by submodule names Ever since 941987a5 (git-submodule: give submodules proper names, 2007-06-11) introduced the ability to move a submodule from one path to another inside its superproject tree without losing its identity, we should have consistently used submodule..* to access settings related to the named submodule. Reported-by: Junio C Hamano Signed-off-by: W. Trevor King Signed-off-by: Junio C Hamano --- 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 b1996f1a63..77e45d1060 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -208,7 +208,7 @@ OPTIONS -b:: --branch:: Branch of repository to add as submodule. - The name of the branch is recorded as `submodule..branch` in + The name of the branch is recorded as `submodule..branch` in `.gitmodules` for `update --remote`. -f:: -- 2.11.4.GIT