Skip to content

Commit 2dfefe0

Browse files
committed
Merge branch 'cp/am-patch-format-doc'
* cp/am-patch-format-doc: Documentation/git-am: typofix Documentation/git-am: Document supported --patch-format options
2 parents 3f09db0 + f5b6ffa commit 2dfefe0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/git-am.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SYNOPSIS
1414
[--ignore-date] [--ignore-space-change | --ignore-whitespace]
1515
[--whitespace=<option>] [-C<n>] [-p<n>] [--directory=<dir>]
1616
[--exclude=<path>] [--include=<path>] [--reject] [-q | --quiet]
17-
[--[no-]scissors] [-S[<keyid>]]
17+
[--[no-]scissors] [-S[<keyid>]] [--patch-format=<format>]
1818
[(<mbox> | <Maildir>)...]
1919
'git am' (--continue | --skip | --abort)
2020

@@ -97,6 +97,12 @@ default. You can use `--no-utf8` to override this.
9797
program that applies
9898
the patch.
9999

100+
--patch-format::
101+
By default the command will try to detect the patch format
102+
automatically. This option allows the user to bypass the automatic
103+
detection and specify the patch format that the patch(es) should be
104+
interpreted as. Valid formats are mbox, stgit, stgit-series and hg.
105+
100106
-i::
101107
--interactive::
102108
Run interactively.

0 commit comments

Comments
 (0)