summaryrefslogtreecommitdiff
path: root/src/config_cache.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-03-27 16:34:20 -0700
committerEdward Thomson <ethomson@microsoft.com>2014-04-07 21:09:09 -0700
commit855c66de66fe39fe219c6dab9d614c6e9d633d9c (patch)
tree32ff163e05a034f270e71cbc8b4f7d6dfb838ce9 /src/config_cache.c
parent5f74c476939894c4512262ec11188a44bfe4f50a (diff)
downloadlibgit2-855c66de66fe39fe219c6dab9d614c6e9d633d9c.tar.gz
Introduce core.safecrlf handling
Diffstat (limited to 'src/config_cache.c')
-rw-r--r--src/config_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config_cache.c b/src/config_cache.c
index ec75d1501..4bcbf02bf 100644
--- a/src/config_cache.c
+++ b/src/config_cache.c
@@ -68,6 +68,7 @@ static struct map_data _cvar_maps[] = {
{"core.trustctime", NULL, 0, GIT_TRUSTCTIME_DEFAULT },
{"core.abbrev", _cvar_map_int, 1, GIT_ABBREV_DEFAULT },
{"core.precomposeunicode", NULL, 0, GIT_PRECOMPOSE_DEFAULT },
+ {"core.safecrlf", NULL, 0, GIT_SAFE_CRLF_DEFAULT},
};
int git_repository__cvar(int *out, git_repository *repo, git_cvar_cached cvar)