Displaying 2 results from an estimated 2 matches for "df09b42".
2010 Dec 19
1
[PATCH] am: Allow passing exclude and include args to apply
...` to override this.
-C<n>::
-p<n>::
--directory=<dir>::
+--exclude=<path-pattern>::
+--include=<path-pattern>::
--reject::
These flags are passed to the 'git apply' (see linkgit:git-apply[1])
program that applies
diff --git a/git-am.sh b/git-am.sh
index df09b42..174f6a2 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -22,6 +22,8 @@ whitespace= pass it through git-apply
ignore-space-change pass it through git-apply
ignore-whitespace pass it through git-apply
directory= pass it through git-apply
+exclude= pass it through git-apply
+include=...
2010 Dec 19
0
[PATCH v2] am: Allow passing exclude and include args to apply
...` to override this.
-C<n>::
-p<n>::
--directory=<dir>::
+--exclude=<path-pattern>::
+--include=<path-pattern>::
--reject::
These flags are passed to the 'git apply' (see linkgit:git-apply[1])
program that applies
diff --git a/git-am.sh b/git-am.sh
index df09b42..174f6a2 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -22,6 +22,8 @@ whitespace= pass it through git-apply
ignore-space-change pass it through git-apply
ignore-whitespace pass it through git-apply
directory= pass it through git-apply
+exclude= pass it through git-apply
+include=...