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. 07 Dec, 2016 2 commits
  3. 06 Dec, 2016 1 commit
  4. 04 Dec, 2016 1 commit
  5. 03 Dec, 2016 1 commit
  6. 02 Dec, 2016 1 commit
    • git_rebase_init: correctly handle detached HEAD · 4db1fc7e
      git_rebase_finish relies on head_detached being set, but
      rebase_init_merge was only setting it when branch->ref_name was unset.
      But branch->ref_name would be set to "HEAD" in the case of detached
      HEAD being either implicitly (NULL) or explicitly passed to
      git_rebase_init.
      David Turner committed
  7. 20 Nov, 2016 1 commit
  8. 18 Nov, 2016 6 commits
  9. 17 Nov, 2016 1 commit
  10. 16 Nov, 2016 1 commit
    • use `giterr_set_str()` wherever possible · 65b78ea3
      `giterr_set()` is used when it is required to format a string, and since
      we don't really require it for this case, it is better to stick to
      `giterr_set_str()`.
      
      This also suppresses a warning(-Wformat-security) raised by the compiler.
      
      Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
      Pranit Bauva committed
  11. 15 Nov, 2016 9 commits
  12. 14 Nov, 2016 15 commits