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 aa86b307a6
commit a4b6862547

View File

@@ -176,7 +176,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'*)