Skip to content
Snippets Groups Projects
  1. Oct 11, 2016
  2. Oct 10, 2016
  3. Oct 07, 2016
  4. Oct 05, 2016
  5. Sep 30, 2016
  6. 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
  7. Sep 26, 2016
  8. Sep 23, 2016
  9. Sep 20, 2016
  10. Sep 08, 2016
  11. Sep 06, 2016
  12. Sep 02, 2016
  13. Aug 26, 2016
  14. Aug 19, 2016
  15. Aug 18, 2016
  16. Aug 11, 2016
Loading