From: Christian Himpel Date: Fri, 25 Sep 2009 15:14:31 +0000 (+0200) Subject: git-am: fixed patch_format detection according to RFC2822 X-Git-Tag: v1.6.5~7^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6900d750f4894e7bee714874c04cc14312cd91ec?ds=sidebyside;hp=6900d750f4894e7bee714874c04cc14312cd91ec git-am: fixed patch_format detection according to RFC2822 RFC2822 specifies in paragraph 3.6.8, that optional header fields are made up of any printable US-ASCII character except ' ' (space) and ':' (colon). The pattern for the egrep command is changed to match all of these characters. Signed-off-by: Christian Himpel Signed-off-by: Shawn O. Pearce ---