Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/repoconfig' into next
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 253c48a6130a9268c106170df7205441d4ab36ac..47734140dd4e44b88a9bf620dcd628381e1dd5f3 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-227,8
+227,8
@@
int git_default_config(const char *var, const char *value)
return 0;
}
- if (!strcmp(var, "core.
symrefsonly
")) {
-
only_use_sym
refs = git_config_bool(var, value);
+ if (!strcmp(var, "core.
prefersymlinkrefs
")) {
+
prefer_symlink_
refs = git_config_bool(var, value);
return 0;
}