File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SYNOPSIS
20
20
[--ignore-if-in-upstream]
21
21
[--subject-prefix=Subject-Prefix]
22
22
[--to=<email>] [--cc=<email>]
23
- [--cover-letter]
23
+ [--cover-letter] [--quiet]
24
24
[<common diff options>]
25
25
[ <since> | <revision range> ]
26
26
@@ -196,6 +196,9 @@ will want to ensure that threading is disabled for `git send-email`.
196
196
Note that the leading character does not have to be a dot; for example,
197
197
you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
198
198
199
+ --quiet::
200
+ Do not print the names of the generated files to standard output.
201
+
199
202
--no-binary::
200
203
Do not output contents of changes in binary files, instead
201
204
display a notice that those files changed. Patches generated
You can’t perform that action at this time.
0 commit comments