1. 03 Jan, 2013 1 commit
  2. 02 Jan, 2013 1 commit
  3. 19 Dec, 2012 1 commit
  4. 17 Dec, 2012 1 commit
  5. 14 Dec, 2012 6 commits
  6. 13 Dec, 2012 4 commits
  7. 27 Nov, 2012 2 commits
  8. 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
  9. 10 Nov, 2012 1 commit
  10. 09 Nov, 2012 3 commits
    • Fix warnings and valgrind issues · 757b4065
      This fixes some various warnings that showed up in Travis and
      a couple uses of uninitialized memory and one memory leak.
      Russell Belfer committed
    • Rework checkout with new strategy options · ad9a921b
      This is a major reworking of checkout strategy options.  The
      checkout code is now sensitive to the contents of the HEAD tree
      and the new options allow you to update the working tree so that
      it will match the index content only when it previously matched
      the contents of the HEAD.  This allows you to, for example, to
      distinguish between removing files that are in the HEAD but not
      in the index, vs just removing all untracked files.
      
      Because of various corner cases that arise, etc., this required
      some additional capabilities in rmdir and other utility functions.
      
      This includes the beginnings of an implementation of code to read
      a partial tree into the index based on a pathspec, but that is
      not enabled because of the possibility of creating conflicting
      index entries.
      Russell Belfer committed
  11. 25 Oct, 2012 1 commit
  12. 24 Oct, 2012 1 commit
  13. 20 Oct, 2012 3 commits
  14. 15 Oct, 2012 5 commits
  15. 07 Oct, 2012 2 commits
  16. 19 Sep, 2012 1 commit
    • ODB: re-load packfiles on failed lookup · 5bb0dc93
      The old method was avoiding re-loading of packfiles by watching the mtime of the
      pack directory. This causes the ODB to become stale if the directory and packfile
      are written within the same clock millisecond, as when cloning a fairly small
      repo.
      
      This method tries to find the object in the cached packs, and forces a refresh when
      that fails. This will cause extra stat'ing on a miss, but speeds up the success
      case and avoids this race condition.
      Ben Straub committed
  17. 27 Jul, 2012 1 commit
  18. 26 Jul, 2012 2 commits
  19. 11 Jul, 2012 3 commits