vendor/libgit2/src/crlf.c in rugged-0.25.0b5 vs vendor/libgit2/src/crlf.c in rugged-0.25.0b6

- old
+ new

@@ -287,9 +287,10 @@ if (ca.crlf_action == GIT_CRLF_GUESS) ca.crlf_action = check_crlf(attr_values[0]); /* clrf */ ca.eol = check_eol(attr_values[1]); /* eol */ } 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 * based on its attributes & the value of `core.autocrlf` */