crlf: set a safe crlf default

This commit is contained in:
Edward Thomson 2016-07-24 16:10:30 -04:00
parent b118f6479d
commit df87648ab8

View File

@ -289,6 +289,7 @@ static int crlf_check(
ca.eol = check_eol(attr_values[1]); /* eol */ ca.eol = check_eol(attr_values[1]); /* eol */
} }
ca.auto_crlf = GIT_AUTO_CRLF_DEFAULT; ca.auto_crlf = GIT_AUTO_CRLF_DEFAULT;
ca.safe_crlf = GIT_SAFE_CRLF_DEFAULT;
/* /*
* Use the core Git logic to see if we should perform CRLF for this file * Use the core Git logic to see if we should perform CRLF for this file