Nicolas Sebrecht schrieb: > Le 14/07/09, Giuseppe Bilotta a écrit : > >>> diff --git a/git-am.sh b/git-am.sh >>> index d64d997..d10a8e0 100755 >>> --- a/git-am.sh >>> +++ b/git-am.sh >>> @@ -169,7 +169,7 @@ check_patch_format () { >>> read l2 >>> read l3 >>> case "$l1" in >>> - "From "* | "From: "*) >>> + "From "* | "From: "* | "X-Account-Key:"* | "Return-Path:"* | "Delivered-To:"*) > > And why should we accept "From "? Because mbox format must begin with "From ". The question is rather: Why should we accept anything else? The case arm in question is about detecting mbox format. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html