Skip to content
Snippets Groups Projects
Commit 098f8e5e2cbd authored by Patrick Steinhardt's avatar Patrick Steinhardt
Browse files

gitaly: Unconditionally ignore the gitconfig

In 4bf3bf85 (gitaly: Reintroduce migration to [[git.config]] stanzas,
2022-07-13), we introduced a toggle telling Gitaly to ignore any
gitconfig files on the local disk. Git configuration should only have
one source of truth, and with this toggle enabled Gitaly only uses its
own default values and overrides must be provided by the administrator
through the new `[[git.config]]` stanzas.

Because the initial attempt had to be reverted, this feature was rolled
out to our production fleet gated behind an opt-in flag. We observed no
change in behavior during testing, so this toggle may now be removed and
local gitconfig files will be permanently ignored.

Removes the flag and gitaly now ignores the gitconfig unconditionally.

Closes https://gitlab.com/gitlab-org/gitaly/-/issues/4230

Changelog: changed
parent c24ace64c958
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment