Revert "git am: accept patches downloaded from GMane"

This reverts commit 127aa63757.  As pointed
out by Junio, this patch was obsoleted by 0fcb2ca.
This commit is contained in:
Johannes Schindelin
2010-01-11 18:16:25 +01:00
parent c8364b54aa
commit 9e44c8e526

View File

@@ -172,7 +172,7 @@ check_patch_format () {
read l2
read l3
case "$l1" in
"From "* | "From: "* | "Path:news.gmane.org"*)
"From "* | "From: "*)
patch_format=mbox
;;
'# This series applies on GIT commit'*)