Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
format-patch: document --quiet option
author
Carlos Martín Nieto
<cmn@elego.de>
Tue, 12 Apr 2011 15:51:37 +0000
(17:51 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Apr 2011 19:50:32 +0000
(12:50 -0700)
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
250087f
)
diff --git
a/Documentation/git-format-patch.txt
b/Documentation/git-format-patch.txt
index a5525e9aa87e8c2c724542bc9e54dfa7e34548fd..f4e959d662fab9ca36753be59d547cf206129da0 100644
(file)
--- 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>]
[--ignore-if-in-upstream]
[--subject-prefix=Subject-Prefix]
[--to=<email>] [--cc=<email>]
- [--cover-letter]
+ [--cover-letter]
[--quiet]
[<common diff options>]
[ <since> | <revision range> ]
[<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`.
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
--no-binary::
Do not output contents of changes in binary files, instead
display a notice that those files changed. Patches generated