From 9393ae79c9b4d3deade544be9ce057b7fa290490 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 13 Jun 2014 13:40:50 -0400 Subject: [PATCH] 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 --- Documentation/git-submodule.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT