1. 21 Jan, 2017 2 commits
  2. 16 Jan, 2017 2 commits
  3. 14 Jan, 2017 4 commits
  4. 13 Jan, 2017 1 commit
  5. 11 Jan, 2017 1 commit
  6. 09 Jan, 2017 5 commits
  7. 06 Jan, 2017 8 commits
  8. 04 Jan, 2017 2 commits
  9. 03 Jan, 2017 2 commits
  10. 02 Jan, 2017 1 commit
  11. 01 Jan, 2017 2 commits
  12. 31 Dec, 2016 2 commits
  13. 30 Dec, 2016 3 commits
    • Merge pull request #4052 from dglsswnsn/master · c9b99689
      Fix issue #4046 Seg fault in config_files()
      Edward Thomson committed
    • Merge pull request #4043 from fudanchii/fudanchii/openbsd · 42ad85ef
      Fix BIO_* functions method linking when compiled with libressl (OpenBSD).
      Edward Thomson committed
    • Fix handling of GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH flag. · 5f959dca
      git_checkout_tree() sets up its working directory iterator to respect the
      pathlist if GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH is present, which is great.
      What's not so great is that this iterator is then used side-by-side with
      an iterator created by git_checkout_iterator(), which did not set up its
      pathlist appropriately (although the iterator mirrors all other iterator
      options).
      
      This could cause git_checkout_tree() to delete working tree files which
      were not specified in the pathlist when GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH
      was used, as the unsynchronized iterators causes git_checkout_tree() to think
      that files have been deleted between the two trees.  Oops.
      
      And added a test which fails without this fix (specifically, the final check
      for "testrepo/README" to still be present fails).
      John Fultz committed
  14. 29 Dec, 2016 5 commits