diff options
| author | Nick Thomas <nick@gitlab.com> | 2018-08-24 08:58:07 +0000 |
|---|---|---|
| committer | Nick Thomas <nick@gitlab.com> | 2018-08-24 08:58:07 +0000 |
| commit | 306b6b5bf0e3dff50af8e37af4a28a36338a0dc6 (patch) | |
| tree | 708c07c236619ab3153bb96556169b8d1a4409b8 /config.yml.example | |
| parent | abb55c839ceedeb8f32f9af4ad791d349ab03f8c (diff) | |
| parent | 911e49e1894060404d4400efe06203e9e747a9d8 (diff) | |
| download | gitlab-shell-306b6b5bf0e3dff50af8e37af4a28a36338a0dc6.tar.gz | |
Merge branch 'zj-cleanup-exec' into 'master'
Cleanup `git-upload-*` and `git-receive-*` related code
Closes gitaly#1300
See merge request gitlab-org/gitlab-shell!232
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 7 |
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: |
