1. e9eaa94 Update to new libgit version by Ankur Mittal · 7 years ago main master
  2. 1a0766d Link against just built zlib by Petr Hosek · 7 years ago
  3. 8b678a0 Add gitignore file by Ankur Mittal · 7 years ago
  4. 800d796 Link against just vendored libraries by Petr Hosek · 7 years ago
  5. 4085ea0 Don't invoke pkg-config by Petr Hosek · 7 years ago
  6. eb0bf21 travis: don't update submodules recursively by Carlos Martín Nieto · 7 years ago
  7. 30b9049 Merge commit 'refs/pull/402/head' of github.com:libgit2/git2go into v26 by Carlos Martín Nieto · 7 years ago
  8. 1dedb84 Update vendored libgit2 to a released v0.26 by Carlos Martín Nieto · 7 years ago
  9. f93b243 Update the static version check to v0.26 by Carlos Martín Nieto · 7 years ago
  10. e424134 clone_checkout_strategy removed by Mikołaj Baranowski · 7 years ago
  11. e0c6962 Merge pull request #399 from AnalogJ/patch-1 by Carlos Martín Nieto · 7 years ago
  12. 22c1bf8 Update git_dynamic.go by Jason Kulatunga · 7 years ago
  13. 450e168 Merge remote-tracking branch 'origin/master' into v26 by Carlos Martín Nieto · 7 years ago
  14. 2cff3f2 Merge pull request #396 from libgit2/cmn/rebase-no-operation by Carlos Martín Nieto · 7 years ago
  15. b98b0e7 rebase: correct the return values for CurrentOperationIndex by Carlos Martín Nieto · 7 years ago
  16. ce65c23 Merge pull request #395 from libgit2/cmn/check-thread-lock by Carlos Martín Nieto · 7 years ago
  17. 27d123f Deduplicate Makefile static target and add thread locking check by Carlos Martín Nieto · 7 years ago
  18. d29ae45 Merge remote-tracking branch 'origin/master' into v26 by Carlos Martín Nieto · 7 years ago
  19. 0ea4019 Merge pull request #394 from libgit2/cmn/keepalive-all-the-things-v26 by Carlos Martín Nieto · 7 years ago
  20. 76a60df Third round of keep-alive aditions by Carlos Martín Nieto · 7 years ago
  21. 7c587b5 Second round of keep-alives by Carlos Martín Nieto · 7 years ago
  22. 03c617a First round of mass keep-alive additions by Carlos Martín Nieto · 7 years ago
  23. 08db2e2 Merge pull request #393 from libgit2/cmn/keepalive-all-the-things by Carlos Martín Nieto · 7 years ago
  24. 55a1096 Third round of keep-alive aditions by Carlos Martín Nieto · 7 years ago
  25. 7d29d68 Second round of keep-alives by Carlos Martín Nieto · 7 years ago
  26. 58334cf First round of mass keep-alive additions by Carlos Martín Nieto · 7 years ago
  27. 0e9336b commit: add keep-alives for those that need conversion to pointer receivers by Carlos Martín Nieto · 7 years ago
  28. 5d466ff commit: add thread locking to signature extraction by Carlos Martín Nieto · 7 years ago
  29. 29c0b73 Merge pull request #389 from KatolaZ/master by Carlos Martín Nieto · 7 years ago
  30. 7929e49 Merge pull request #390 from libgit2/cmn/go-vet by Carlos Martín Nieto · 7 years ago
  31. b09f1ab Fix a couple of issues reported by go-vet by Carlos Martín Nieto · 7 years ago
  32. f7e1566 Added Commit.ExtractSignature to wrap git_commit_extract_signature by KatolaZ · 7 years ago
  33. c71c935 Merge pull request #387 from libgit2/cmn/remote-refs by Carlos Martín Nieto · 7 years ago
  34. bcf8c1b travis: update the Go versions by Carlos Martín Nieto · 7 years ago
  35. 544d29e remote: add keep-alive and references to the repository by Carlos Martín Nieto · 7 years ago
  36. daee43b Merge pull request #376 from ankurmittal/short-hash by Carlos Martín Nieto · 7 years ago upstream/master
  37. 7caac1f Add support for getting short object Id by Ankur Mittal · 7 years ago
  38. 7cd5a4e Merge pull request #371 from libgit2/static-dynamic by Carlos Martín Nieto · 7 years ago
  39. e7747d3 travis: build statically by Carlos Martín Nieto · 7 years ago
  40. 5001942 Allow building statically via the "static" build tag by Carlos Martín Nieto · 7 years ago
  41. 71bdf97 Merge pull request #366 from LinuxBozo/repository-open-flags by Carlos Martín Nieto · 7 years ago
  42. 490e8a8 Merge pull request #368 from cbguder/master by Carlos Martín Nieto · 7 years ago
  43. 89fc9e7 Merge pull request #365 from AaronO/fix/memleak-tree-entrybyname by Carlos Martín Nieto · 7 years ago
  44. 97f1722 Merge pull request #332 from ezwiebel/rebase-wrapper by Carlos Martín Nieto · 7 years ago
  45. de521bb Fix memory leak in Patch.String() by Adam Berkovec · 7 years ago
  46. 7738ebe Add new repository open flags by M. Adam Kendall · 7 years ago
  47. ee2a023 Remove unnecessary C.git_tree_entry_free calls ... by Aaron O'Mullan · 7 years ago
  48. f503d91 Fix memleaks in Tree.EntryBy(Name/Path/Index), fixes #313 by Aaron O'Mullan · 7 years ago
  49. 4a14260 Merge pull request #362 from libgit2/cmn/master-tip-static by Carlos Martín Nieto · 7 years ago
  50. b020c11 Update the description of the branches in README. by Carlos Martín Nieto · 7 years ago
  51. 9f4e0a4 Update libgit2 to df4dfaad by Carlos Martín Nieto · 7 years ago
  52. f037074 Merge remote-tracking branch 'origin/next' by Carlos Martín Nieto · 7 years ago
  53. 5d0a4c7 Bump vendored libgit2 to ee89941fa by Carlos Martín Nieto · 7 years ago upstream/next
  54. b8a9efd Build /v\d+/ branches by Carlos Martín Nieto · 7 years ago
  55. 6118c9b LockOSThread in CurrentOperationIndex for git error creation by ezwiebel · 7 years ago
  56. a41e2b6 Update to 0.25-rc1 by Carlos Martín Nieto · 7 years ago
  57. 4eecbd8 Merge pull request #338 from libgit2/cmn/variable-subst by Carlos Martín Nieto · 7 years ago
  58. a671e67 Took @carlosmn PR review into account by ezwiebel · 8 years ago
  59. 7f426f2 Only test against 1.5 and up by Carlos Martín Nieto · 8 years ago
  60. 9c5fb97 Get rid of the with-static.sh script by Carlos Martín Nieto · 8 years ago
  61. 1c8297a Merge pull request #355 from libgit2/cmn/travis-branches by Carlos Martín Nieto · 8 years ago
  62. 9af9dd3 Merge pull request #354 from libgit2/cmn/panic-threading by Carlos Martín Nieto · 8 years ago
  63. 28bc42c travis: only build master and next by Carlos Martín Nieto · 8 years ago
  64. a37f7f3 Panic if libgit2 is not thread-aware by Carlos Martín Nieto · 8 years ago
  65. adb1770 Add Features() to retrieve the compile-time features of libgit2 by Carlos Martín Nieto · 8 years ago
  66. 0b98f7b Merge pull request #348 from MagicalTux/git2go_issue_314 by Carlos Martín Nieto · 8 years ago
  67. 098cd42 Merge pull request #353 from libgit2/update-next by Carlos Martín Nieto · 8 years ago
  68. 3cc2126 Merge pull request #319 from netnose/remote-refinements by Carlos Martín Nieto · 8 years ago
  69. 42a90d4 Merge pull request #351 from ezwiebel/index-remove-directory by Carlos Martín Nieto · 8 years ago
  70. e8062bc Update to libgit2 a051ee3 by Carlos Martín Nieto · 8 years ago
  71. c18c869 Implement git_index_remove_directory in index wrapper by ezwiebel · 8 years ago
  72. 4567e4f Merge remote-tracking branch 'upstream/v24' into remote-refinements by Mirko Nosenzo · 8 years ago
  73. 717a47f Remote Rename Fix by Mirko Nosenzo · 8 years ago
  74. 53594d7 Merge pull request #345 from kdambekalns/commit-message-raw by Carlos Martín Nieto · 8 years ago
  75. e966854 Merge pull request #321 from netnose/checkout-callbacks by Carlos Martín Nieto · 8 years ago
  76. 2209188 Merge pull request #322 from calavera/ssh_memory_credentials by Carlos Martín Nieto · 8 years ago upstream/v24
  77. a3c2ac1 Merge pull request #347 from geordie/master by Carlos Martín Nieto · 8 years ago
  78. c94904e Merge pull request #341 from mdaffin/branchiterator-foreach-errors by Carlos Martín Nieto · 8 years ago
  79. ddc1515 Merge commit 'refs/pull/331/head' of github.com:libgit2/git2go by Carlos Martín Nieto · 8 years ago
  80. b829eb1 odb & refdb: make New*BackendFromC take unsafe.Pointer as argument allowing argument to be set from different package by Mark Karpeles · 8 years ago
  81. a16e24a Write the index before writing the index tree in seedTestRepo test helper func by Geordie Henderson · 8 years ago
  82. 03e10c5 Fix reference bug introduced with RebaseOptions implementation by ezwiebel · 8 years ago
  83. adc3a4b Add DefaultRebaseOptions() [git_rebase_init_options(GIT_REBASE_OPTIONS_VERSION)] service to wrapper by ezwiebel · 8 years ago
  84. e00b083 Add RebaseOpen() service to wrapper by ezwiebel · 8 years ago
  85. d2b8c99 Add method to fetch raw commit message by Karsten Dambekalns · 8 years ago
  86. 74bc3c6 Add check for ErrIterOver in BranchIterator.ForEach by Michael Daffin · 8 years ago
  87. 208cdae Removes redundant iteration over check. by Alan Johnson · 8 years ago
  88. 6ffad32 Removed Useless Argument Check by Mirko Nosenzo · 8 years ago
  89. 8eb8fa3 Also remove a pkg-config directive that snuck in by Carlos Martín Nieto · 8 years ago
  90. 92fa635 Bring back the Makefile from 'next' by Carlos Martín Nieto · 8 years ago
  91. aadd0c2 Merge remote-tracking branch 'upstream/master' into next by Carlos Martín Nieto · 8 years ago
  92. 241aa34 Merge pull request #336 from libgit2/cmn/test-parallel by Carlos Martín Nieto · 8 years ago
  93. e1467c0 Merge pull request #337 from libgit2/cmn/go16-blob-pointer by Carlos Martín Nieto · 8 years ago
  94. 5c67835 Add Go 1.7 to the build list by Carlos Martín Nieto · 8 years ago
  95. b41e4c4 Work around Go 1.6's CGo pointer check by Carlos Martín Nieto · 8 years ago
  96. b5d213c Remove unecessary copy by Carlos Martín Nieto · 8 years ago
  97. 3c1ba8c Add test for slice-to-slice and GCo pointer detection by Itamar Turner-Trauring · 8 years ago
  98. 0703dae Merge pull request #320 from netnose/enum-mappings by Carlos Martín Nieto · 8 years ago
  99. e55c00e Run the tests in parallel by Carlos Martín Nieto · 8 years ago
  100. b2d71f4 Fix Free() service in Rebase wrapper by ezwiebel · 8 years ago