From: Matthew Chen Date: Fri, 13 Jun 2014 17:40:50 +0000 (-0400) Subject: submodule: document "sync --recursive" X-Git-Tag: v2.0.2~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9393ae79c9b4d3deade544be9ce057b7fa290490;p=git submodule: document "sync --recursive" The "git submodule sync" command supports the --recursive flag, but the documentation does not mention this. That flag is useful, for example when a remote is changed in a submodule of a submodule. Signed-off-by: Matthew Chen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index bfef8a0c62..068ad453ca 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -20,7 +20,7 @@ SYNOPSIS 'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) ] [commit] [--] [...] 'git submodule' [--quiet] foreach [--recursive] -'git submodule' [--quiet] sync [--] [...] +'git submodule' [--quiet] sync [--recursive] [--] [...] DESCRIPTION