summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-20 23:02:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-20 23:02:28 (GMT)
commit8f0c843aab226225b8ef43e9b2e317bda5ea8f6d (patch)
tree85ae7766a7068daafb39ce1088012f780303252a /config.c
parent01c0615dceb433a5498c7160d67f77a6cc9197bb (diff)
parent1dd278ce60294aa6b3119a469007949c6fde425a (diff)
downloadgit-8f0c843aab226225b8ef43e9b2e317bda5ea8f6d.zip
git-8f0c843aab226225b8ef43e9b2e317bda5ea8f6d.tar.gz
git-8f0c843aab226225b8ef43e9b2e317bda5ea8f6d.tar.bz2
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.c b/config.c
index 7a85ebd..d04e815 100644
--- a/config.c
+++ b/config.c
@@ -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)