diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-08-16 11:41:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-16 11:41:26 -0700 |
commit | 4a5a8008fde47a4c999657515b396d53153bec3d (patch) | |
tree | 6624368842e18a02e89e32f55bccfaeff7ffb55f /Documentation | |
parent | a35d78c0f483a65ea96c4f0c9a825bf28a386273 (diff) | |
parent | 2cd9de3e18183422cd7ec3cd81cebc656068ea42 (diff) | |
download | git-4a5a8008fde47a4c999657515b396d53153bec3d.tar.gz git-4a5a8008fde47a4c999657515b396d53153bec3d.tar.xz |
Merge branch 'jc/submodule-sync-no-auto-vivify' into maint
* jc/submodule-sync-no-auto-vivify:
submodule add: always initialize .git/config entry
submodule sync: do not auto-vivify uninteresting submodule
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-submodule.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 5e7a4130e..2b31d5f1f 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -167,7 +167,9 @@ commit for each submodule. sync:: Synchronizes submodules' remote URL configuration setting - to the value specified in .gitmodules. This is useful when + to the value specified in .gitmodules. It will only affect those + submodules which already have an url entry in .git/config (that is the + case when they are initialized or freshly added). This is useful when submodule URLs change upstream and you need to update your local repositories accordingly. + |