summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-08-16 15:22:50 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-08-20 12:26:10 +0200
commit9e7df846855d44302b516b6ee31b89fbb0477596 (patch)
tree22d78d2647bce638001ddffbc44763e3e8c6a908 /config.yml.example
parentd856f300a99bc9786e717243378fd9c088d25db0 (diff)
downloadgitlab-shell-zj-cleanup-exec.tar.gz
Clean up cmd_exec execution environmentzj-cleanup-exec
Given the gitaly-* now proxy the data from the client to the Gitaly server, the environment variables aren't used. Therefor we don't have to set them either. Only exception to the rule, is the GITALY_TOKEN. These changes also remove the `GIT_TRACE` options, introduced by 192e2bd367494bf66746c8971896a2d9cb84fc92. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1300
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.yml.example b/config.yml.example
index c616254..23743fd 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -49,10 +49,3 @@ log_level: INFO
# Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but
# incurs an extra API call on every gitlab-shell command.
audit_usernames: false
-
-# Git trace log file.
-# If set, git commands receive GIT_TRACE* environment variables
-# See https://git-scm.com/book/es/v2/Git-Internals-Environment-Variables#Debugging for documentation
-# An absolute path starting with / – the trace output will be appended to that file.
-# It needs to exist so we can check permissions and avoid to throwing warnings to the users.
-git_trace_log_file: