Skip to content

gitaly: Only use Git configuration from `config.toml`

Patrick Steinhardt requested to merge pks-gitaly-ignore-gitconfig into main

What does this Merge Request do and why?

This MR starts to opt-into ignoring gitconfig files in Gitaly. To enable users to still inject their own Git configuration, this MR also adds a new config.gitaly.gitconfig key that writes Git configuration into the config.toml file via [[git.config]] sections.

Related to &8069 (closed).

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports