Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9393ae7

Browse files
charlesmchengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7bbc4e8 commit 9393ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-submodule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SYNOPSIS
2020
'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) <n>]
2121
[commit] [--] [<path>...]
2222
'git submodule' [--quiet] foreach [--recursive] <command>
23-
'git submodule' [--quiet] sync [--] [<path>...]
23+
'git submodule' [--quiet] sync [--recursive] [--] [<path>...]
2424

2525

2626
DESCRIPTION

0 commit comments

Comments
 (0)