1. 25a4b97 Added support for http.cookieFile by Ankur Mittal · 7 years ago main master
  2. 15e1193 CHANGELOG: document git_filter_init and GIT_FILTER_INIT by Edward Thomson · 7 years ago
  3. 8296da5 Merge pull request #4267 from mohseenrm/master by Edward Thomson · 7 years ago
  4. 4e257da Merge pull request #4268 from pks-t/pks/homebrew-dupes-deprecation by Edward Thomson · 7 years ago
  5. 953427b Merge pull request #4269 from pks-t/pks/tests by Edward Thomson · 7 years ago
  6. a78441b Adding git_filter_init for initializing `git_filter` struct + unit test by Mohseen Mukaddam · 7 years ago
  7. 7f7dabd adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of convention by Mohseen Mukaddam · 7 years ago
  8. a180e7d tests: odb: add more low-level backend tests by Patrick Steinhardt · 7 years ago
  9. b2e53f3 tests: odb: implement `exists_prefix` for the fake backend by Patrick Steinhardt · 7 years ago
  10. 983e627 tests: odb: use correct OID length by Patrick Steinhardt · 7 years ago
  11. c4cbb3b tests: odb: have the fake backend detect ambiguous prefixes by Patrick Steinhardt · 7 years ago
  12. 9517029 tests: core: test initialization of `git_proxy_options` by Patrick Steinhardt · 7 years ago
  13. bee423c tests: network: add missing include for `git_repository_new` by Patrick Steinhardt · 7 years ago
  14. a64532e cmake: disable optimization on debug builds by Patrick Steinhardt · 7 years ago
  15. 6139995 cmake: set "-D_DEBUG" on non-Windows platforms by Patrick Steinhardt · 7 years ago
  16. e94be4c cmake: remove stale comment on precompiled headers by Patrick Steinhardt · 7 years ago
  17. 96d0298 travis: replace use of deprecated homebrew/dupes tap by Patrick Steinhardt · 7 years ago
  18. 2ca088b Merge pull request #4265 from pks-t/pks/read-prefix-tests by Edward Thomson · 7 years ago
  19. 99e40a6 Merge pull request #4263 from libgit2/ethomson/config_for_inmemory_repo by Edward Thomson · 7 years ago
  20. d9914fb Merge pull request #4266 from libgit2/ethomson/travis-explicit-openssl by Edward Thomson · 7 years ago
  21. 844e85f travis: install openssl explicitly by Edward Thomson · 7 years ago
  22. fe9a5dd remote: ensure we can create an anon remote on inmemory repo by Edward Thomson · 7 years ago
  23. 2d48678 repository: don't fail to create config option in inmemory repo by Edward Thomson · 7 years ago
  24. 9d49a43 repository_item_path: return ENOTFOUND when appropriate by Edward Thomson · 7 years ago
  25. f148258 tests: odb: add tests with multiple backends by Patrick Steinhardt · 7 years ago
  26. 6e010bb tests: odb: allow passing fake objects to the fake backend by Patrick Steinhardt · 7 years ago
  27. 369cb45 tests: do not reuse OID from backend by Patrick Steinhardt · 7 years ago
  28. 2add34d tests: odb: move fake backend into its own file by Patrick Steinhardt · 7 years ago
  29. 9927e95 Merge pull request #4261 from RogerGee/fix_wait_while_ack by Edward Thomson · 7 years ago
  30. 2ade8fb Merge pull request #4264 from libgit2/ethomson/read_prefix by Patrick Steinhardt · 7 years ago
  31. cb3010c odb_read_prefix: reset error in backends loop by Edward Thomson · 7 years ago
  32. fb3fc83 repository_item_path: error messages lowercased by Edward Thomson · 7 years ago
  33. bd69280 Merge pull request #4262 from libgit2/ethomson/bump-v26 by Edward Thomson · 7 years ago
  34. 2a3cc40 Update version number to v0.26 by Edward Thomson · 7 years ago
  35. a1b4caf changelog: add some final 0.26 changes by Edward Thomson · 7 years ago
  36. 29ef7d3 Merge pull request #4254 from pks-t/pks/changelog-v0.26 by Edward Thomson · 7 years ago
  37. 6f960b5 Merge pull request #4088 from chescock/packfile-name-using-complete-hash by Edward Thomson · 7 years ago
  38. d2c4f76 Merge pull request #4260 from libgit2/ethomson/forced_checkout_2 by Edward Thomson · 7 years ago
  39. 4a0df57 git_futils_rmdir: only allow `EBUSY` when asked by Edward Thomson · 7 years ago
  40. 83989d7 checkout: cope with untracked files in directory deletion by Edward Thomson · 7 years ago
  41. 0ef405b checkout: do not delete directories with untracked entries by Patrick Steinhardt · 7 years ago
  42. e141f07 smart_protocol: fix parsing of server ACK responses by Roger Gee · 7 years ago
  43. a151088 CHANGELOG: add various changes introduced since v0.25 by Patrick Steinhardt · 7 years ago
  44. e476d52 Merge pull request #4259 from pks-t/pks/fsync-option-rename by Edward Thomson · 7 years ago
  45. 6c23704 settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION` by Patrick Steinhardt · 7 years ago
  46. 458cea5 Merge pull request #4255 from pks-t/pks/buffer-grow-errors by Edward Thomson · 7 years ago
  47. 90500d8 Merge pull request #4253 from pks-t/pks/cov-fixes by Edward Thomson · 7 years ago
  48. 90388aa refdb_fs: be explicit about using null-OID if we cannot resolve ref by Patrick Steinhardt · 7 years ago
  49. 78a8f68 path: only set dotgit flags when configs were read by Patrick Steinhardt · 7 years ago
  50. 9be4c30 worktree: use `git__free` instead of `free` by Patrick Steinhardt · 7 years ago
  51. 0f642f3 refs: properly report errors from `update_wt_heads` by Patrick Steinhardt · 7 years ago
  52. 0c28c72 fileops: check return value of `git_path_dirname` by Patrick Steinhardt · 7 years ago
  53. a693b87 buffer: use `git_buf_init` with length by Patrick Steinhardt · 7 years ago
  54. 4796c91 buffer: return errors for `git_buf_init` and `git_buf_attach` by Patrick Steinhardt · 7 years ago
  55. 9a8386a buffer: consistently use `ENSURE_SIZE` to grow buffers on-demand by Patrick Steinhardt · 7 years ago
  56. e82dd81 buffer: fix `ENSURE_SIZE` macro referencing wrong variable by Patrick Steinhardt · 7 years ago
  57. 97eb5ef buffer: rely on `GITERR_OOM` set by `git_buf_try_grow` by Patrick Steinhardt · 7 years ago
  58. 3a8801a Merge pull request #4258 from pks-t/pks/sha1dc-update by Edward Thomson · 7 years ago
  59. db1abff sha1dc: do not use standard includes by Patrick Steinhardt · 7 years ago
  60. 63d86c2 sha1dc: update to fix errors with endianess and unaligned access by Patrick Steinhardt · 7 years ago
  61. 3bc95cf Merge pull request #4236 from pks-t/pks/index-v4-fixes by Edward Thomson · 7 years ago
  62. 6a13cf1 Merge pull request #4256 from libgit2/ethomson/unc_tests by Edward Thomson · 7 years ago
  63. f218508 ctest: temporarily disable UNC path tests by Edward Thomson · 7 years ago
  64. 40139fe Merge pull request #4251 from Keruspe/master by Patrick Steinhardt · 7 years ago
  65. f28744a openssl_stream: fix building with libressl by Marc-Antoine Perennou · 7 years ago
  66. 92d3ea4 tests: index::version: improve write test for index v4 by Patrick Steinhardt · 7 years ago
  67. 8fe3353 tests: index::version: verify we write compressed index entries by Patrick Steinhardt · 7 years ago
  68. 82368b1 tests: index::version: add test to read index version v4 by Patrick Steinhardt · 7 years ago
  69. fea0c81 tests: index::version: move up cleanup function by Patrick Steinhardt · 7 years ago
  70. 064a60e index: verify we have enough space left when writing index entries by Patrick Steinhardt · 7 years ago
  71. c71dff7 index: fix shared prefix computation when writing index entry by Patrick Steinhardt · 7 years ago
  72. 83e0392 index: also sanity check entry size with compressed entries by Patrick Steinhardt · 7 years ago
  73. 350d2c4 index: remove file-scope entry size macros by Patrick Steinhardt · 7 years ago
  74. 46b6703 index: don't right-pad paths when writing compressed entries by Patrick Steinhardt · 7 years ago
  75. 29f498e index: move index entry size computation into its own function by Patrick Steinhardt · 7 years ago
  76. 8ceb890 index: set last written index entry in foreach-entry-loop by Patrick Steinhardt · 7 years ago
  77. 11d0be2 index: set last entry when reading compressed entries by Patrick Steinhardt · 7 years ago
  78. febe8c1 index: fix confusion with shared prefix in compressed path names by Patrick Steinhardt · 7 years ago
  79. 8a5e7aa varint: fix computation for remaining buffer space by Patrick Steinhardt · 7 years ago
  80. dd0aa81 Merge branch 'pr/4228' by Edward Thomson · 7 years ago
  81. f0848dd worktree: upgrade lock to an int by Edward Thomson · 7 years ago
  82. 82e929a Merge pull request #4239 from roblg/toplevel-dir-ignore-fix by Edward Thomson · 7 years ago
  83. 04de614 Merge pull request #4243 from pks-t/pks/submodule-workdir by Edward Thomson · 7 years ago
  84. a1023a4 Merge pull request #4179 from libgit2/ethomson/expand_tilde by Carlos Martín Nieto · 7 years ago
  85. 9b1260d Merge pull request #4097 from implausible/fix/auto-detect-proxy-callbacks by Carlos Martín Nieto · 7 years ago
  86. e694e4e Merge pull request #4174 from libgit2/ethomson/set_head_to_tag by Carlos Martín Nieto · 7 years ago
  87. 119bdd8 Merge pull request #4231 from wabain/open-revrange by Carlos Martín Nieto · 7 years ago
  88. c0e5415 indexer: name pack files after trailer hash by Chris Hescock · 7 years ago
  89. 2696c5c repository: make check if repo is a worktree more strict by Patrick Steinhardt · 7 years ago
  90. 9f9fd05 repository: factor out worktree check by Patrick Steinhardt · 7 years ago
  91. 3284197 repository: improve parameter names for `find_repo` by Patrick Steinhardt · 7 years ago
  92. 57121a2 repository: clear out-parameter instead of freeing it by Patrick Steinhardt · 7 years ago
  93. c3b8e8b Fix issue with directory glob ignore in subdirectories by Robert Gay · 7 years ago
  94. e526fbc tests: add test suite for opening submodules by Patrick Steinhardt · 7 years ago
  95. 924f5d1 Merge pull request #4240 from pks-t/pks/fix-gcc-warnings by Carlos Martín Nieto · 7 years ago
  96. 98a5f08 tests: threads::basic: remove unused function `exit_abruptly` by Patrick Steinhardt · 7 years ago
  97. 7d7f6d3 tests: clone::local: compile UNC functions for Windows only by Patrick Steinhardt · 7 years ago
  98. 8d93a11 odb: fix printf formatter for git_off_t by Patrick Steinhardt · 7 years ago
  99. f0ca00e examples: network: refactor credentials callback by Patrick Steinhardt · 7 years ago
  100. 7776db5 odb: shut up gcc warnings regarding uninitilized variables by Patrick Steinhardt · 7 years ago