Skip to content

Commit 9d1fa62

Browse files
committed
Sync config v15.1.0 : gitaly: Add commented out setting ignore_gitconfig
See upstream merge request: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4588
1 parent eca60f4 commit 9d1fa62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/runtime/config/gitaly/config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ bin_dir = "/usr/local/bin/"
3838
# bin_path = "/usr/bin/git"
3939
# catfile_cache_size = 100
4040
#
41+
# # Set this setting to `true` to start ignoring gitconfig files installed in
42+
# # the system. This includes both system-level (e.g. '/etc/gitconffig') and
43+
# # global-level (e.g. `$HOME/.gitconfig`) files. This setting will become the
44+
# # default with v16.0. If you intend to override Git configuration you can do
45+
# # so via `[[git.config]]`. The default value is `false`.
46+
# ignore_gitconfig = false
47+
#
4148
# [[git.config]]
4249
# key = fetch.fsckObjects
4350
# value = true

0 commit comments

Comments
 (0)