]> git.ipfire.org Git - thirdparty/git.git/blobdiff - environment.c
Add per-repository eol normalization
[thirdparty/git.git] / environment.c
index 739ec2704031f0dd9d4a380e07f001c09742a7be..3c8abae848b6eb8c4b832373f31f5a46994a27ad 100644 (file)
@@ -38,7 +38,7 @@ const char *pager_program;
 int pager_use_color = 1;
 const char *editor_program;
 const char *excludes_file;
-int auto_crlf = 0;     /* 1: both ways, -1: only when adding git objects */
+enum auto_crlf auto_crlf = AUTO_CRLF_FALSE;
 int read_replace_refs = 1;
 enum safe_crlf safe_crlf = SAFE_CRLF_WARN;
 unsigned whitespace_rule_cfg = WS_DEFAULT_RULE;