1. 16 Nov, 2016 4 commits
  2. 31 Oct, 2016 1 commit
  3. 29 Oct, 2016 1 commit
  4. 27 Oct, 2016 1 commit
  5. 13 Oct, 2016 1 commit
  6. 12 Oct, 2016 4 commits
  7. 11 Oct, 2016 3 commits
  8. 10 Oct, 2016 2 commits
  9. 07 Oct, 2016 3 commits
  10. 05 Oct, 2016 4 commits
  11. 30 Sep, 2016 3 commits
  12. 27 Sep, 2016 2 commits
    • 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
      0b4fd0af
    • 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
  13. 26 Sep, 2016 1 commit
  14. 23 Sep, 2016 1 commit
  15. 20 Sep, 2016 3 commits
  16. 08 Sep, 2016 1 commit
  17. 06 Sep, 2016 5 commits