-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '59-git-tracing' into 'master'
Enable GIT_TRACE_PERFORMANCE through a config variable. The value of the variable must an absolute path needs to exist so we’re able to check if we can write in that file. Because in the case we cannot write we’ll throw a warning to the output of the users. ```sh ~/dev/gitlab/local/pacoguzman/gitlab-ce (master=)$ git push origin master warning: could not open '/wadus' for tracing: Permission denied Everything up-to-date ``` Closes #59 See merge request !91
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- config.yml.example 7 additions, 0 deletionsconfig.yml.example
- lib/gitlab_config.rb 4 additions, 0 deletionslib/gitlab_config.rb
- lib/gitlab_shell.rb 26 additions, 0 deletionslib/gitlab_shell.rb
- spec/gitlab_shell_spec.rb 67 additions, 1 deletionspec/gitlab_shell_spec.rb
Please register or sign in to comment