]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diff: demote core.safecrlf=true to core.safecrlf=warn
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 21:35:04 +0000 (14:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2013 20:55:03 +0000 (13:55 -0700)
commit5430bb283b478991a979437a79e10dcbb6f20e28
tree4f9a2a82ee0ffc5080b3fd5e1502adc1440f3d36
parent7e2010537e96d0a1144520222f20ba1dc3d61441
diff: demote core.safecrlf=true to core.safecrlf=warn

Otherwise the user will not be able to start to guess where in the
contents in the working tree the offending unsafe CR lies.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
t/t0020-crlf.sh