Skip to content
Snippets Groups Projects
  1. Nov 17, 2016
  2. Nov 16, 2016
  3. Oct 31, 2016
  4. Oct 29, 2016
  5. Oct 27, 2016
  6. Oct 13, 2016
  7. Oct 12, 2016
  8. Oct 11, 2016
  9. Oct 10, 2016
  10. Oct 07, 2016
  11. Oct 05, 2016
  12. Sep 30, 2016
  13. Sep 27, 2016
    • Rémy Coutable's avatar
      Merge branch '59-git-tracing' into 'master' · 0b4fd0af
      Rémy Coutable authored
      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
    • Paco Guzman's avatar
      Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the... · 192e2bd3
      Paco Guzman authored
      Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the git_trace_log_file config key
      
      The value of the variable if present must be a writable absolute path. If it’s
      not the case we log a proper message and not enable tracing to not throw output to the users.
      192e2bd3
  14. Sep 26, 2016
  15. Sep 23, 2016
  16. Sep 20, 2016
  17. Sep 08, 2016
  18. Sep 06, 2016
Loading