Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Store the submodule name in struct cached_refs
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index e42c59b190986d28ec535861e08b843739356b9a..4183f80262ea9f24e286295a2295f93459548b78 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-576,6
+576,9
@@
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)