|
|
@ -12,7 +12,7 @@ SYNOPSIS |
|
|
|
'git submodule' [--quiet] add [-b branch] [--] <repository> <path> |
|
|
|
'git submodule' [--quiet] add [-b branch] [--] <repository> <path> |
|
|
|
'git submodule' [--quiet] status [--cached] [--] [<path>...] |
|
|
|
'git submodule' [--quiet] status [--cached] [--] [<path>...] |
|
|
|
'git submodule' [--quiet] init [--] [<path>...] |
|
|
|
'git submodule' [--quiet] init [--] [<path>...] |
|
|
|
'git submodule' [--quiet] update [--init] [--] [<path>...] |
|
|
|
'git submodule' [--quiet] update [--init] [-N|--no-fetch] [--] [<path>...] |
|
|
|
'git submodule' [--quiet] summary [--summary-limit <n>] [commit] [--] [<path>...] |
|
|
|
'git submodule' [--quiet] summary [--summary-limit <n>] [commit] [--] [<path>...] |
|
|
|
'git submodule' [--quiet] foreach <command> |
|
|
|
'git submodule' [--quiet] foreach <command> |
|
|
|
'git submodule' [--quiet] sync [--] [<path>...] |
|
|
|
'git submodule' [--quiet] sync [--] [<path>...] |
|
|
@ -172,6 +172,11 @@ OPTIONS |
|
|
|
(the default). This limit only applies to modified submodules. The |
|
|
|
(the default). This limit only applies to modified submodules. The |
|
|
|
size is always limited to 1 for added/deleted/typechanged submodules. |
|
|
|
size is always limited to 1 for added/deleted/typechanged submodules. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-N:: |
|
|
|
|
|
|
|
--no-fetch:: |
|
|
|
|
|
|
|
This option is only valid for the update command. |
|
|
|
|
|
|
|
Don't fetch new objects from the remote site. |
|
|
|
|
|
|
|
|
|
|
|
<path>...:: |
|
|
|
<path>...:: |
|
|
|
Paths to submodule(s). When specified this will restrict the command |
|
|
|
Paths to submodule(s). When specified this will restrict the command |
|
|
|
to only operate on the submodules found at the specified paths. |
|
|
|
to only operate on the submodules found at the specified paths. |
|
|
|