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'*)