An error occurred fetching the project authors.
  1. 09 Feb, 2016 1 commit
  2. 08 Feb, 2016 2 commits
    • ritave's avatar
      Fixed init.d script not working on OS X · 1fab3979
      ritave authored
      -s flag of su doesn't work correctly on some systems, loging in the user
      and not running the requested command. By moving the bash shell init
      inside the su command we avoid the issue
      1fab3979
    • Yorick Peterse's avatar
      Cache various Repository Git operations · 9a99d8e4
      Yorick Peterse authored
      This caches the output of the following methods:
      
      * Repository#empty?
      * Repository#has_visible_content?
      * Repository#root_ref
      
      The cache for Repository#has_visible_content? is flushed whenever a
      commit is pushed to a new branch or an existing branch is removed.
      The cache for Repository#root_ref is only flushed whenever a user
      changes the default branch of a project. The cache for Repository#empty?
      is never explicitly flushed as there's no need for it.
      9a99d8e4
  3. 07 Feb, 2016 1 commit
  4. 05 Feb, 2016 4 commits
  5. 04 Feb, 2016 3 commits
  6. 03 Feb, 2016 4 commits
  7. 02 Feb, 2016 5 commits
  8. 01 Feb, 2016 6 commits
  9. 30 Jan, 2016 1 commit
  10. 29 Jan, 2016 4 commits
  11. 28 Jan, 2016 3 commits
  12. 27 Jan, 2016 6 commits