git-am: force egrep to use correct characters set
authorChristian Himpel <chressie@googlemail.com>
Fri, 25 Sep 2009 16:43:20 +0000 (18:43 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 25 Sep 2009 22:35:05 +0000 (15:35 -0700)
commitfa9d3485ead15387fd76a35284bd3ffb32d7c6c7
tree5fe98d6b505c2ec58911223ef7bcfe2863cdfc7f
parent6900d750f4894e7bee714874c04cc14312cd91ec
git-am: force egrep to use correct characters set

According to egrep(1) the US-ASCII table is used when LC_ALL=C is set.
We do not rely here on the LC_ALL value we get from the environment.

Signed-off-by: Christian Himpel <chressie@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-am.sh