1. 12 Dec, 2016 1 commit
    • refdb: disable concurrent compress in the threading tests on Windows · b31283a6
      This is far from an ideal situation, but this causes issues on Windows which
      make it harder to develop anything, as these tests hit issues which relate
      specifically to the Windows filesystem like permission errors for files we
      should be able to access. There is an issue likely related to the ordering of
      the repack, but there's enough noise that it does not currently help us to run
      this aspect of the test in CI.
      Carlos Martín Nieto committed
  2. 18 Nov, 2016 1 commit
  3. 14 Nov, 2016 5 commits
  4. 20 Jun, 2016 1 commit
  5. 03 Mar, 2015 1 commit
    • Remove the signature from ref-modifying functions · 659cf202
      The signature for the reflog is not something which changes
      dynamically. Almost all uses will be NULL, since we want for the
      repository's default identity to be used, making it noise.
      
      In order to allow for changing the identity, we instead provide
      git_repository_set_ident() and git_repository_ident() which allow a user
      to override the choice of signature.
      Carlos Martín Nieto committed
  6. 05 Aug, 2014 1 commit
  7. 07 Jun, 2014 1 commit
  8. 08 May, 2014 1 commit
    • Disable threads::refdb::edit_while_iterate test · bb45e390
      It seems that with the various recent changes to reference updating
      and reflog writing, that the thread safety of refdb updates has
      been reduced (either that or it was never thread safe and the
      window for error has increased).  Either way, this test is now
      sometimes segfaulting which is no good, so let's disable the test
      for now.  We don't really make any public promises about thread
      safety for this type of operation, so I think this is acceptable,
      at least in the short term.
      Russell Belfer committed
  9. 17 Apr, 2014 1 commit
  10. 15 Jan, 2014 1 commit
  11. 14 Nov, 2013 1 commit
  12. 01 Nov, 2013 1 commit
  13. 29 Aug, 2013 1 commit
  14. 21 Aug, 2013 2 commits