Re: [PATCH 2/3] mailinfo: allow individual e-mail files as input
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:11
Brandon Casey [off-list ref] writes:
You'll notice that I changed your grep -E to an egrep and dropped the -e.
That's the right thing to do. I was re-reading Nicolas Sebrecht's series
and checked with "git grep -e 'egrep ' -e 'grep .*-E '" to reach the same
conclusion. Thanks.