diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-31 16:31:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-31 16:31:14 -0700 |
commit | d3badc6eb0961382788c2670129d5ee133d079fd (patch) | |
tree | b3dfd39bdb1cfe0405605ae48cc23def3979977d /Documentation | |
parent | Merge branch 'mr/msvc-link-with-lcurl' (diff) | |
parent | doc: submodule.* config are keyed by submodule names (diff) | |
download | tgif-d3badc6eb0961382788c2670129d5ee133d079fd.tar.xz |
Merge branch 'wt/doc-submodule-name-path-confusion-1'
* wt/doc-submodule-name-path-confusion-1:
doc: submodule.* config are keyed by submodule names
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 46c1eebb93..a15d92d09b 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -247,7 +247,7 @@ OPTIONS -b:: --branch:: Branch of repository to add as submodule. - The name of the branch is recorded as `submodule.<path>.branch` in + The name of the branch is recorded as `submodule.<name>.branch` in `.gitmodules` for `update --remote`. -f:: |