Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/apply.c: report error on failure to recognize input
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 4183f80262ea9f24e286295a2295f93459548b78..d3bcaa023d1f238d8fa9b2c416ae7448eff36d17 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-491,6
+491,9
@@
static int git_default_core_config(const char *var, const char *value)
return 0;
}
+ if (!strcmp(var, "core.attributesfile"))
+ return git_config_pathname(&git_attributes_file, var, value);
+
if (!strcmp(var, "core.bare")) {
is_bare_repository_cfg = git_config_bool(var, value);
return 0;