diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-09-12 13:30:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-09-12 19:15:43 +0200 |
commit | 8e2e8a33f3558524adeceeb1e2e7b64a367b0d08 (patch) | |
tree | ac073e084b58e7fb5a33ca95e3478e0fb1cf82b8 /repo-settings.c | |
parent | environment: stop storing "core.logAllRefUpdates" globally (diff) | |
download | git-8e2e8a33f3558524adeceeb1e2e7b64a367b0d08.tar.xz git-8e2e8a33f3558524adeceeb1e2e7b64a367b0d08.zip |
environment: stop storing "core.preferSymlinkRefs" globally
Same as the preceding commit, storing the "core.preferSymlinkRefs" value
globally is misdesigned as this setting may be set per repository.
There is only a single user of this value anyway, namely the "files"
backend. So let's just remove the global variable and read the value of
this setting when initializing the backend.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'repo-settings.c')
0 files changed, 0 insertions, 0 deletions