diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-01 01:31:13 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-01 01:31:14 +0200 |
commit | d3badc6eb0961382788c2670129d5ee133d079fd (patch) | |
tree | b3dfd39bdb1cfe0405605ae48cc23def3979977d /Documentation/git-submodule.txt | |
parent | Merge branch 'mr/msvc-link-with-lcurl' (diff) | |
parent | doc: submodule.* config are keyed by submodule names (diff) | |
download | git-d3badc6eb0961382788c2670129d5ee133d079fd.tar.xz git-d3badc6eb0961382788c2670129d5ee133d079fd.zip |
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/git-submodule.txt')
-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:: |