File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SYNOPSIS
1313 [--3way] [--interactive] [--committer-date-is-author-date]
1414 [--ignore-date] [--ignore-space-change | --ignore-whitespace]
1515 [--whitespace=<option>] [-C<n>] [-p<n>] [--directory=<dir>]
16- [--exclude=<path>] [--reject] [-q | --quiet]
16+ [--exclude=<path>] [--include=<path>] [-- reject] [-q | --quiet]
1717 [--scissors | --no-scissors]
1818 [(<mbox> | <Maildir>)...]
1919'git am' (--continue | --skip | --abort)
@@ -92,6 +92,7 @@ default. You can use `--no-utf8` to override this.
9292-p<n>::
9393--directory=<dir>::
9494--exclude=<path>::
95+ --include=<path>::
9596--reject::
9697 These flags are passed to the 'git apply' (see linkgit:git-apply[1])
9798 program that applies
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ ignore-space-change pass it through git-apply
2424ignore-whitespace pass it through git-apply
2525directory= pass it through git-apply
2626exclude= pass it through git-apply
27+ include= pass it through git-apply
2728C= pass it through git-apply
2829p= pass it through git-apply
2930patch-format= format the patch(es) are in
412413 ;;
413414 --resolvemsg)
414415 shift ; resolvemsg=$1 ;;
415- --whitespace|--directory|--exclude)
416+ --whitespace|--directory|--exclude|--include )
416417 git_apply_opt=" $git_apply_opt $( sq " $1 =$2 " ) " ; shift ;;
417418 -C|-p)
418419 git_apply_opt=" $git_apply_opt $( sq " $1$2 " ) " ; shift ;;
You can’t perform that action at this time.
0 commit comments