We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca60f4 commit 9d1fa62Copy full SHA for 9d1fa62
assets/runtime/config/gitaly/config.toml
@@ -38,6 +38,13 @@ bin_dir = "/usr/local/bin/"
38
# bin_path = "/usr/bin/git"
39
# catfile_cache_size = 100
40
#
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
+#
48
# [[git.config]]
49
# key = fetch.fsckObjects
50
# value = true
0 commit comments