1. 27 Nov, 2012 2 commits
  2. 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
  3. 19 Nov, 2012 1 commit
  4. 10 Nov, 2012 2 commits
  5. 08 Nov, 2012 1 commit
  6. 01 Nov, 2012 1 commit
  7. 30 Oct, 2012 1 commit
  8. 20 Oct, 2012 1 commit
    • index: remove read_tree() progress indicator · 0ae81fc4
      git_index_read_tree() was exposing a parameter to provide the user with
      a progress indicator. Unfortunately, due to the recursive nature of the
      tree walk, the maximum number of items to process was unknown. Thus,
      the indicator was only counting processed entries, without providing
      any information how the number of remaining items.
      nulltoken committed
  9. 21 Aug, 2012 1 commit
  10. 30 Jul, 2012 1 commit
  11. 19 Jun, 2012 1 commit
    • Make index add/append support core.filemode flag · da825c92
      This fixes git_index_add and git_index_append to behave more like
      core git, preserving old filemode data in the index when adding
      and/or appending with core.filemode = false.
      
      This also has placeholder support for core.symlinks and
      core.ignorecase, but those flags are not implemented (well,
      symlinks has partial support for preserving mode information in
      the same way that git does, but it isn't tested).
      Russell Belfer committed
  12. 07 Jun, 2012 1 commit
  13. 17 May, 2012 2 commits
  14. 02 May, 2012 1 commit
  15. 03 Apr, 2012 2 commits
  16. 01 Apr, 2012 1 commit
  17. 31 Mar, 2012 1 commit
  18. 30 Mar, 2012 3 commits
  19. 25 Jan, 2012 1 commit