Skip to content

Enable GIT_TRACE_PERFORMANCE through a config variable.

Paco Guzman requested to merge 59-git-tracing into master

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.

~/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 (closed)

Merge request reports