Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'gb/maint-am-patch-format-error-message' into maint
author
Junio C Hamano
<gitster@pobox.com>
Fri, 23 Sep 2011 21:11:18 +0000
(14:11 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 23 Sep 2011 21:11:18 +0000
(14:11 -0700)
* gb/maint-am-patch-format-error-message:
am: format is in $patch_format, not parse_patch
git-am.sh
patch
|
blob
|
history
raw
(from parent 1:
e622f41
)
diff --git
a/git-am.sh
b/git-am.sh
index f1a03c912824a264cbe29905d53e2fe58c2c9dd6..f5afe1562af869a3d84197913e14667b9ce729c0 100755
(executable)
--- a/
git-am.sh
+++ b/
git-am.sh
@@
-305,7
+305,8
@@
split_patches () {
msgnum=
;;
*)
- if test -n "$parse_patch" ; then
+ if test -n "$patch_format"
+ then
clean_abort "Patch format $patch_format is not supported."
else
clean_abort "Patch format detection failed."