X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-submodule.txt;h=c243ee552bb4bc715b8903163b0136b32097af04;hb=a7793a749115ead3b8f7447ce1e96572ea5d8ea3;hp=b72964947afcc39af3b97c5b9eeb1969b44e0d05;hpb=200e96e4af5e604174dff2f1487b26d3c42426f1;p=git.git diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index b72964947..c243ee552 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -190,7 +190,7 @@ commit for each submodule. sync:: Synchronizes submodules' remote URL configuration setting to the value specified in .gitmodules. It will only affect those - submodules which already have an url entry in .git/config (that is the + submodules which already have a 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.