1. 06 Aug, 2016 1 commit
  2. 11 Apr, 2016 1 commit
  3. 11 Feb, 2016 1 commit
  4. 09 Dec, 2015 1 commit
  5. 28 May, 2015 1 commit
  6. 16 Mar, 2015 1 commit
  7. 03 Mar, 2015 3 commits
  8. 03 Aug, 2014 1 commit
  9. 17 Mar, 2014 1 commit
  10. 07 Mar, 2014 1 commit
  11. 03 Feb, 2014 3 commits
  12. 25 Jan, 2014 1 commit
  13. 14 Nov, 2013 1 commit
  14. 15 May, 2013 1 commit
  15. 29 Mar, 2013 1 commit
  16. 07 Jan, 2013 1 commit
  17. 04 Jan, 2013 1 commit
    • Rework checkout internals (again) · cf208031
      I've tried to map out the detailed behaviors of checkout and make
      sure that we're handling the various cases correctly, along with
      providing options to allow us to emulate "git checkout" and "git
      checkout-index" with the various flags.  I've thrown away flags
      in the checkout API that seemed like clutter and added some new
      ones.  Also, I've converted the conflict callback to a general
      notification callback so we can emulate "git checkout" output and
      display "dirty" files.
      
      As of this commit, the new behavior is not working 100% but some
      of that is probably baked into tests that are not testing the
      right thing.  This is a decent snapshot point, I think, along the
      way to getting the update done.
      Russell Belfer committed
  18. 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
  19. 15 Nov, 2012 1 commit
  20. 09 Nov, 2012 1 commit
  21. 25 Oct, 2012 1 commit
  22. 15 Oct, 2012 1 commit
  23. 17 Sep, 2012 1 commit