We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1c1a06 + fa9d348 commit 170a481Copy full SHA for 170a481
git-am.sh
@@ -205,7 +205,7 @@ check_patch_format () {
205
# and see if it looks like that they all begin with the
206
# header field names...
207
sed -n -e '/^$/q' -e '/^[ ]/d' -e p "$1" |
208
- egrep -v '^[A-Za-z]+(-[A-Za-z]+)*:' >/dev/null ||
+ LC_ALL=C egrep -v '^[!-9;-~]+:' >/dev/null ||
209
patch_format=mbox
210
fi
211
} < "$1" || clean_abort
0 commit comments