Skip to content

Commit

Permalink
Merge branch 'cp/am-patch-format-doc'
Browse files Browse the repository at this point in the history
* cp/am-patch-format-doc:
  Documentation/git-am: typofix
  Documentation/git-am: Document supported --patch-format options
  • Loading branch information
Junio C Hamano committed Mar 25, 2014
2 parents 3f09db0 + f5b6ffa commit 2dfefe0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Documentation/git-am.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SYNOPSIS
[--ignore-date] [--ignore-space-change | --ignore-whitespace]
[--whitespace=<option>] [-C<n>] [-p<n>] [--directory=<dir>]
[--exclude=<path>] [--include=<path>] [--reject] [-q | --quiet]
[--[no-]scissors] [-S[<keyid>]]
[--[no-]scissors] [-S[<keyid>]] [--patch-format=<format>]
[(<mbox> | <Maildir>)...]
'git am' (--continue | --skip | --abort)

Expand Down Expand Up @@ -97,6 +97,12 @@ default. You can use `--no-utf8` to override this.
program that applies
the patch.

--patch-format::
By default the command will try to detect the patch format
automatically. This option allows the user to bypass the automatic
detection and specify the patch format that the patch(es) should be
interpreted as. Valid formats are mbox, stgit, stgit-series and hg.

-i::
--interactive::
Run interactively.
Expand Down

0 comments on commit 2dfefe0

Please sign in to comment.