summaryrefslogtreecommitdiffstats
path: root/git-am.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-07-02 03:17:00 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-07-02 03:17:00 +0000
commit2c14c8da9de804b1589cebb871c40cbefb4cecf4 (patch)
treefe95532547fa433934c94ba7e9ac7c3dcaf3d1e4 /git-am.txt
parent73d812ca2a8cff55e5ebb8a11b6f7d0496bba62c (diff)
downloadgit-htmldocs-2c14c8da9de804b1589cebb871c40cbefb4cecf4.tar.gz
Autogenerated HTML docs for v1.6.3.3-385-g60647
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-am.txt b/git-am.txt
index 6d92cbee6..32e689b2b 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -13,7 +13,7 @@ SYNOPSIS
[--3way] [--interactive] [--committer-date-is-author-date]
[--ignore-date]
[--whitespace=<option>] [-C<n>] [-p<n>] [--directory=<dir>]
- [--reject]
+ [--reject] [-q | --quiet]
[<mbox> | <Maildir>...]
'git am' (--skip | --resolved | --abort)
@@ -39,6 +39,10 @@ OPTIONS
--keep::
Pass `-k` flag to 'git-mailinfo' (see linkgit:git-mailinfo[1]).
+-q::
+--quiet::
+ Be quiet. Only print error messages.
+
-u::
--utf8::
Pass `-u` flag to 'git-mailinfo' (see linkgit:git-mailinfo[1]).