Skip to content

Commit b781cfa

Browse files
carlosmngitster
authored andcommitted
format-patch: document --quiet option
Signed-off-by: Carlos Martín Nieto <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 250087f commit b781cfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-format-patch.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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`.
196196
Note that the leading character does not have to be a dot; for example,
197197
you 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

0 commit comments

Comments
 (0)