File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ endif::git-pull[]
202
202
destination of an explicit refspec; see `--prune`).
203
203
204
204
ifndef::git-pull[]
205
- --recurse-submodules[=yes|on-demand|no]::
205
+ --recurse-submodules[=( yes|on-demand|no) ]::
206
206
This option controls if and under what conditions new commits of
207
207
submodules should be fetched too. When recursing through submodules,
208
208
`git fetch` always attempts to fetch "changed" submodules, that is, a
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ OPTIONS
87
87
--verbose::
88
88
Pass --verbose to git-fetch and git-merge.
89
89
90
- --[no-]recurse-submodules[=yes|on-demand|no]::
90
+ --[no-]recurse-submodules[=( yes|on-demand|no) ]::
91
91
This option controls if new commits of populated submodules should
92
92
be fetched, and if the working trees of active submodules should be
93
93
updated, too (see linkgit:git-fetch[1], linkgit:git-config[1] and
@@ -105,7 +105,7 @@ Options related to merging
105
105
include::merge-options.txt[]
106
106
107
107
-r::
108
- --rebase[=false|true|merges|interactive]::
108
+ --rebase[=( false|true|merges|interactive) ]::
109
109
When true, rebase the current branch on top of the upstream
110
110
branch after fetching. If there is a remote-tracking branch
111
111
corresponding to the upstream branch and the upstream branch
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SYNOPSIS
12
12
[--onto <newbase> | --keep-base] [<upstream> [<branch>]]
13
13
'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
14
14
--root [<branch>]
15
- 'git rebase' (--continue | --skip | --abort | --quit | --edit-todo | --show-current-patch)
15
+ 'git rebase' (--continue| --skip| --abort| --quit| --edit-todo| --show-current-patch)
16
16
17
17
DESCRIPTION
18
18
-----------
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ git-send-email - Send a collection of patches as emails
9
9
SYNOPSIS
10
10
--------
11
11
[verse]
12
- 'git send-email' [<options>] <file| directory>...
12
+ 'git send-email' [<options>] ( <file>|< directory>) ...
13
13
'git send-email' [<options>] <format-patch-options>
14
14
'git send-email' --dump-aliases
15
15
@@ -278,7 +278,7 @@ must be used for each option.
278
278
if a username is not specified (with `--smtp-user` or `sendemail.smtpUser`),
279
279
then authentication is not attempted.
280
280
281
- --smtp-debug=0|1::
281
+ --smtp-debug=( 0|1) ::
282
282
Enable (1) or disable (0) debug output. If enabled, SMTP
283
283
commands and replies will be printed. Useful to debug TLS
284
284
connection and authentication problems.
@@ -301,7 +301,9 @@ must be used for each option.
301
301
Automating
302
302
~~~~~~~~~~
303
303
304
- --no-[to|cc|bcc]::
304
+ --no-to::
305
+ --no-cc::
306
+ --no-bcc::
305
307
Clears any list of "To:", "Cc:", "Bcc:" addresses previously
306
308
set via config.
307
309
You can’t perform that action at this time.
0 commit comments