From a4b68625479e5697d4e3f85bf23441ed7f00c152 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 11 Jan 2010 18:16:25 +0100 Subject: [PATCH] Revert "git am: accept patches downloaded from GMane" This reverts commit 127aa63757870526b106c045310a3b6c4cee0324. As pointed out by Junio, this patch was obsoleted by 0fcb2ca. --- git-am.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-am.sh b/git-am.sh index 11c35afb9c..1056075545 100755 --- a/git-am.sh +++ b/git-am.sh @@ -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'*)