From: Junio C Hamano Date: Wed, 2 Nov 2005 21:02:57 +0000 (-0800) Subject: Ignore '\r' at the end of line in $GIT_DIR/config X-Git-Tag: v0.99.9c^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/db2c075d9375a32b8010d2b17c1d420aa8696710?ds=inline;hp=db2c075d9375a32b8010d2b17c1d420aa8696710 Ignore '\r' at the end of line in $GIT_DIR/config 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 ---