1. 01 Dec, 2018 1 commit
  2. 10 Jun, 2018 1 commit
  3. 16 Mar, 2015 1 commit
  4. 03 Mar, 2015 3 commits
  5. 03 Aug, 2014 1 commit
  6. 05 Feb, 2014 1 commit
  7. 03 Feb, 2014 3 commits
  8. 14 Nov, 2013 1 commit
  9. 17 Sep, 2013 1 commit
    • No such thing as an orphan branch · 605da51a
      Unfortunately git-core uses the term "unborn branch" and "orphan
      branch" interchangeably. However, "orphan" is only really there for
      the checkout command, which has the `--orphan` option so it doesn't
      actually create the branch.
      
      Branches never have parents, so the distinction of a branch with no
      parents is odd to begin with. Crucially, the error messages deal with
      unborn branches, so let's use that.
      Carlos Martín Nieto committed
  10. 04 Jan, 2013 1 commit
  11. 27 Nov, 2012 1 commit
  12. 23 Nov, 2012 1 commit
    • Reset all static variables to NULL in clar's __cleanup · 9094d30b
      Without this change, any failed assertion in the second (or a later) test
      inside a test suite has a chance of double deleting memory, resulting in
      a heap corruption. See #1096 for details.
      
      This leaves alone the test cases where we "just" use cl_git_sandbox_init()
      and cl_git_sandbox_cleanup(). These methods already take good care to not
      double delete a repository.
      
      Fixes #1096
      Sascha Cunz committed
  13. 27 Oct, 2012 2 commits
  14. 25 Oct, 2012 2 commits
  15. 22 Oct, 2012 1 commit
  16. 20 Oct, 2012 1 commit
  17. 07 Jun, 2012 1 commit