Ignore '\r' at the end of line in $GIT_DIR/config
authorJunio C Hamano <junkio@cox.net>
Wed, 2 Nov 2005 21:02:57 +0000 (13:02 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 3 Nov 2005 00:50:58 +0000 (16:50 -0800)
Unfortunate people may have to use $GIT_DIR/config edited on
DOSsy machine on UNIXy machine. Ignore '\r' immediately
followed by '\n'.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found