We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250087f commit b781cfaCopy full SHA for b781cfa
1 file changed
Documentation/git-format-patch.txt
@@ -20,7 +20,7 @@ SYNOPSIS
20
[--ignore-if-in-upstream]
21
[--subject-prefix=Subject-Prefix]
22
[--to=<email>] [--cc=<email>]
23
- [--cover-letter]
+ [--cover-letter] [--quiet]
24
[<common diff options>]
25
[ <since> | <revision range> ]
26
@@ -196,6 +196,9 @@ will want to ensure that threading is disabled for `git send-email`.
196
Note that the leading character does not have to be a dot; for example,
197
you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
198
199
+--quiet::
200
+ Do not print the names of the generated files to standard output.
201
+
202
--no-binary::
203
Do not output contents of changes in binary files, instead
204
display a notice that those files changed. Patches generated
0 commit comments