diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:28 -0700 |
commit | 8f0c843aab226225b8ef43e9b2e317bda5ea8f6d (patch) | |
tree | 85ae7766a7068daafb39ce1088012f780303252a /config.c | |
parent | Merge branch 'fc/show-non-empty-errors-in-test' (diff) | |
parent | git.txt: document GIT_TRACE_PACKET (diff) | |
download | tgif-8f0c843aab226225b8ef43e9b2e317bda5ea8f6d.tar.xz |
Merge branch 'nd/traces'
* nd/traces:
git.txt: document GIT_TRACE_PACKET
core: use env variable instead of config var to turn on logging pack access
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -688,9 +688,6 @@ static int git_default_core_config(const char *var, const char *value) return 0; } - if (!strcmp(var, "core.logpackaccess")) - return git_config_string(&log_pack_access, var, value); - if (!strcmp(var, "core.autocrlf")) { if (value && !strcasecmp(value, "input")) { if (core_eol == EOL_CRLF) |