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
2020 [--ignore-if-in-upstream]
2121 [--subject-prefix=Subject-Prefix]
2222 [--to=<email>] [--cc=<email>]
23- [--cover-letter]
23+ [--cover-letter] [--quiet]
2424 [<common diff options>]
2525 [ <since> | <revision range> ]
2626
@@ -196,6 +196,9 @@ will want to ensure that threading is disabled for `git send-email`.
196196Note that the leading character does not have to be a dot; for example,
197197you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
198198
199+ --quiet::
200+ Do not print the names of the generated files to standard output.
201+
199202--no-binary::
200203 Do not output contents of changes in binary files, instead
201204 display a notice that those files changed. Patches generated
You can’t perform that action at this time.
0 commit comments