1. 6d3a349 Merge branch 'master-v23' by Carlos Martín Nieto · 9 years ago
  2. 4090c40 Don't call the finalizer on a borrowed repository by Carlos Martín Nieto · 9 years ago
  3. 2743bbf Test against Go 1.5 by Carlos Martín Nieto · 9 years ago
  4. 1ea9965 Install v23 on Travis by Carlos Martín Nieto · 9 years ago
  5. 337f25d Remove the vendored libgit2 submodule by Carlos Martín Nieto · 9 years ago
  6. f72db33 Merge branch 'next' by Carlos Martín Nieto · 9 years ago
  7. 157593f Don't trat a revwalk's ITEROVER as an error by Carlos Martín Nieto · 9 years ago
  8. e4b2222 Merge pull request #242 from pks-t/fix-populate-clone-options by Carlos Martín Nieto · 9 years ago
  9. c6c2e93 Merge branch 'push-cb' into next by Carlos Martín Nieto · 9 years ago
  10. 803ef7d Add nil check on CredentialsCallback wrapper by Aaron O'Mullan · 9 years ago
  11. a572b15 Add back support for RemoteCallbacks in Remote.Push() by Aaron O'Mullan · 9 years ago
  12. 0b530c1 clone: improve handling of remote create callback by Patrick Steinhardt · 9 years ago
  13. 3d15c87 Merge pull request #241 from pks-t/memleak-fixes by Carlos Martín Nieto · 9 years ago
  14. 37bb1a6 merge: fix memory leak related to merge file opts by Patrick Steinhardt · 9 years ago
  15. cce14aa branch: fix memory leaks related to CStrings by Patrick Steinhardt · 9 years ago
  16. ff6d4a7 We do require sudo on Travis by Carlos Martín Nieto · 9 years ago
  17. 4794951 Merge remote-tracking branch 'origin/master' into next by Carlos Martín Nieto · 9 years ago
  18. b7159b0 Move from an Object interface to a type by Carlos Martín Nieto · 9 years ago
  19. 5d989f2 Merge pull request #236 from clns/object-peel by Carlos Martín Nieto · 9 years ago
  20. fba081d Merge pull request #227 from clns/describe by Carlos Martín Nieto · 9 years ago
  21. 17950c1 Add ability to peel any git object by Calin Seciu · 9 years ago
  22. 1018ff7 Add git-describe support by Calin Seciu · 9 years ago
  23. ed62fda Merge pull request #234 from libgit2/cmn/merge-base by Carlos Martín Nieto · 9 years ago
  24. c0c6cae Merge branch 'tags-col' into next by Carlos Martín Nieto · 9 years ago
  25. def4494 Move CreateTag to the tags collection by Carlos Martín Nieto · 9 years ago
  26. efd61a4 Wrap MergeBases by Carlos Martín Nieto · 9 years ago
  27. 6c4af98 Add more support for tags by Calin Seciu · 9 years ago
  28. 12311c8 Add TagsCollection by Calin Seciu · 9 years ago
  29. 3de64ea Merge pull request #233 from tuexss/typos by Carlos Martín Nieto · 9 years ago
  30. 08d3089 Headline typo by Andreas Beer · 9 years ago
  31. 47d8291 Typos/unclarities in readme. by Andreas Beer · 9 years ago
  32. a2e4e92 Merge pull request #230 from clns/tree-entry-by-id by Carlos Martín Nieto · 9 years ago
  33. f2d8797 Merge pull request #231 from shurcooL/master-fix-HandleList-Track-gc-issue by Carlos Martín Nieto · 9 years ago
  34. e1e1b4b Prevent slot int variable from being GCed. by Dmitri Shuralyov · 9 years ago
  35. 64c160f Find tree entry by id by Calin Seciu · 9 years ago
  36. b4ba35d Merge pull request #228 from clns/ref-additions by Carlos Martín Nieto · 9 years ago
  37. d307391 Merge pull request #219 from shurcooL/next-fix-HandleList-Track-gc-issue by Carlos Martín Nieto · 9 years ago
  38. ec93213 Add ReferenceIsValidName() by Calin Seciu · 9 years ago
  39. 4b88210 Add check if reference is a note by Calin Seciu · 9 years ago
  40. 28dee70 Bring back CheckoutForce by Carlos Martín Nieto · 9 years ago
  41. b5693c1 Prevent slot int variable from being GCed. by Dmitri Shuralyov · 9 years ago
  42. b4ade2b Merge remote-tracking branch 'upstream/master' into next by Carlos Martín Nieto · 9 years ago
  43. 4eae20e Adjust style by Carlos Martín Nieto · 9 years ago
  44. 84275e6 Merge commit 'refs/pull/198/head' of github.com:libgit2/git2go by Carlos Martín Nieto · 9 years ago
  45. 2475907 Merge commit 'refs/pull/174/head' of github.com:libgit2/git2go by Carlos Martín Nieto · 9 years ago
  46. 47191d1 Submodule: use the Repository constructor by Carlos Martín Nieto · 9 years ago
  47. b681119 Clone: test we clone something usable and fix constructor by Carlos Martín Nieto · 9 years ago
  48. 66d266f Repository: move to use an actual constructor by Carlos Martín Nieto · 9 years ago
  49. d478f4b Merge pull request #216 from libgit2/diff by Carlos Martín Nieto · 9 years ago
  50. e066d24 Add DiffBlobs by Carlos Martín Nieto · 9 years ago
  51. 86e9917 diff: remove unnecessary args to Hunk and Line ctors by Carlos Martín Nieto · 9 years ago
  52. 0ce52d9 Update to libgit2 fb84cde8 by Carlos Martín Nieto · 9 years ago
  53. 2d6b1eb travis: make the script executable by Carlos Martín Nieto · 9 years ago
  54. 5f3a9d7 travis: don't install libgit2 for 'next' branch by Carlos Martín Nieto · 9 years ago
  55. 3115b6c travis: allow containerized builds by Carlos Martín Nieto · 9 years ago
  56. e50203a Merge remote-tracking branch 'upstream/master' into next by Carlos Martín Nieto · 9 years ago
  57. 70c95a7 Create a NotesCollection for managing notes by Carlos Martín Nieto · 9 years ago
  58. 01a2d8d Create a ReferenceCollection for managing references by Carlos Martín Nieto · 9 years ago
  59. d2808d1 Create a SubmoduleCollection for managing submodules by Carlos Martín Nieto · 9 years ago
  60. 4b9cbd7 Create a RemoteCollection for managing remotes by Carlos Martín Nieto · 9 years ago
  61. ba0a240 Get rid of Owner() on Remote and Submdoule by Carlos Martín Nieto · 9 years ago
  62. d400f1d Update to libgit2 fa39975 by Carlos Martín Nieto · 9 years ago
  63. 2488de2 Merge pull request #212 from libgit2/remote-handle by Carlos Martín Nieto · 9 years ago
  64. c00a055 Make the network code use handles by Carlos Martín Nieto · 9 years ago
  65. 53fd8ea Merge pull request #211 from shinningstar/master by Carlos Martín Nieto · 9 years ago
  66. 830e171 Free reference resource allocated by libgit2 during go garbage collecting by shinningstar · 9 years ago
  67. aefe850 Merge pull request #210 from michaeledgar/master by Carlos Martín Nieto · 9 years ago
  68. 36e0a25 Update to libgit2 b6011e29 by Carlos Martín Nieto · 9 years ago
  69. 85fde1f Merge remote-tracking branch 'origin/master' into next by Carlos Martín Nieto · 9 years ago
  70. af77397 Add error code matching GIT_EAUTH for authentication failures by Mike Edgar · 9 years ago
  71. 53c158f Fix test error messages by taylorchu · 9 years ago
  72. 35ff0de Merge pull request #196 from pks-t/pointer-indirection by Carlos Martín Nieto · 9 years ago
  73. e8531dd diff: only untrack notify payload when it is set by Patrick Steinhardt · 9 years ago
  74. c43afaf tree: use correct C callback signature by Patrick Steinhardt · 9 years ago
  75. 1bd338a handles: do not store handles by uintptr by Patrick Steinhardt · 9 years ago
  76. d95932c handles: panic when we cannot retrieve handle data by Patrick Steinhardt · 9 years ago
  77. a843b72 packbuilder: use HandleList for C function callbacks. by Patrick Steinhardt · 9 years ago
  78. 83f9e6a blob: use HandleList for C function callbacks. by Patrick Steinhardt · 9 years ago
  79. fe902f5 diff: use HandleList for C function callbacks. by Patrick Steinhardt · 9 years ago
  80. 7ee534d handles: print pointer handle on panic. by Patrick Steinhardt · 9 years ago
  81. e919653 odb: use HandleList for C function callbacks. by Patrick Steinhardt · 9 years ago
  82. 9bbec34 index: use HandleList for C function callbacks. by Patrick Steinhardt · 9 years ago
  83. 0a336e4 handles: start slot indices with 1 by Patrick Steinhardt · 9 years ago
  84. de45a4b submodule: use HandleList for C function callbacks by Patrick Steinhardt · 9 years ago
  85. be3a626 tree: use HandleList for C function callbacks. by Patrick Steinhardt · 9 years ago
  86. bde012f handles: correctly initialize all members by Patrick Steinhardt · 9 years ago
  87. 7750e85 Introduce an indirection layer for pointers by Carlos Martín Nieto · 9 years ago
  88. 193deb7 Merge pull request #202 from libgit2/index-basics by Carlos Martín Nieto · 9 years ago
  89. 72c19f7 Index: Add Path() accessor by Carlos Martín Nieto · 9 years ago
  90. d7a0495 Index: Add OpenIndex by Carlos Martín Nieto · 9 years ago
  91. a8ad0d2 Index: Add ReadTree() by Carlos Martín Nieto · 9 years ago
  92. c1df2dc Add method to check if repo is detached by Fernando Oliveira · 9 years ago
  93. f7781c0 Merge pull request #179 from schani/master by Carlos Martín Nieto · 9 years ago
  94. 9538c7f Merge pull request #197 from pks-t/test-cleanups by Carlos Martín Nieto · 9 years ago
  95. e300945 tests: always clean up temporary repository dirs by Patrick Steinhardt · 9 years ago
  96. 1011b03 Merge pull request #195 from shurcooL/next-ignore-script by Carlos Martín Nieto · 9 years ago
  97. b374e16 Update to libgit2 4c02d3937 by Carlos Martín Nieto · 9 years ago
  98. acc0592 Avoid installing script binary to user's $GOPATH/bin. by Dmitri Shuralyov · 9 years ago
  99. e021457 Merge pull request #180 from arcamael/master by Carlos Martín Nieto · 9 years ago
  100. 1ba7e13 Merge pull request #191 from kron4eg/patch-1 by Carlos Martín Nieto · 9 years ago