diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2011-04-12 17:51:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-12 12:50:32 -0700 |
commit | b781cfaf426ee2d31c0d1bf838d399513ee31679 (patch) | |
tree | 76ecab7261f6b5c6f66d1544d349d80ec9569e4b /Documentation/git-format-patch.txt | |
parent | 250087f2e5da8c066cf260c513478f19fa942c72 (diff) | |
download | git-b781cfaf426ee2d31c0d1bf838d399513ee31679.tar.gz |
format-patch: document --quiet option
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r-- | Documentation/git-format-patch.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index a5525e9aa8..f4e959d662 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -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> ] @@ -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 |