1. 11 Oct, 2016 8 commits
  2. 10 Oct, 2016 3 commits
  3. 03 Oct, 2016 16 commits
  4. 02 Oct, 2016 8 commits
  5. 01 Oct, 2016 2 commits
  6. 30 Sep, 2016 2 commits
  7. 29 Sep, 2016 1 commit
    • Boris Bügling's avatar
      Fix "does not update non-git repo" test · c746a591
      Boris Bügling authored
      The test suggests that the fixture is a non-git repo when in reality it
      is not. Seemingly, the `.git` file in there references a relative path,
      but newer versions of git seem to make it absolute when cloning the
      fixtures. This results in the copied repo being treated as a git repo
      and the test failing. The fix just removes `.git` after copying, making
      the fixture an actual non-git repo :)
      c746a591