File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments