Skip to content

Commit

Permalink
format-patch: document --quiet option
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Carlos Martín Nieto authored and Junio C Hamano committed Apr 12, 2011
1 parent 250087f commit b781cfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SYNOPSIS
[--ignore-if-in-upstream]
[--subject-prefix=Subject-Prefix]
[--to=<email>] [--cc=<email>]
[--cover-letter]
[--cover-letter] [--quiet]
[<common diff options>]
[ <since> | <revision range> ]

Expand Down Expand Up @@ -196,6 +196,9 @@ will want to ensure that threading is disabled for `git send-email`.
Note that the leading character does not have to be a dot; for example,
you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.

--quiet::
Do not print the names of the generated files to standard output.

--no-binary::
Do not output contents of changes in binary files, instead
display a notice that those files changed. Patches generated
Expand Down

0 comments on commit b781cfa

Please sign in to comment.