1. 6454808 Test on travis using Go1.4 too by Artiom Di · 9 years ago
  2. b3e7304 Add a FIXME. by Mark Probst · 9 years ago
  3. 524cc79 Add DiffIndexToWorkdir by Mark Probst · 9 years ago
  4. 8622831 Add DiffTreeToWorkdirWithIndex by Mark Probst · 9 years ago
  5. 4310204 Add Commit.Amend by Mark Probst · 9 years ago
  6. a4d5118 Merge pull request #185 from griffindy/dg-add-reset by Carlos Martín Nieto · 9 years ago
  7. 89d6732 Add support for libgit2's git_reset. by Dylan Griffin · 9 years ago
  8. c4b8861 Add possibiliy of checkout on specific path by Geoffrey Ragot · 9 years ago
  9. c4fce1a Update to libgit2 d675982a153 by Carlos Martín Nieto · 9 years ago
  10. a2878cf Merge branch 'v22' by Carlos Martín Nieto · 9 years ago
  11. 1b44c0a Add a bit more on next vs master by Carlos Martín Nieto · 9 years ago
  12. 050e6fb Correct README on what master tracks by Carlos Martín Nieto · 9 years ago
  13. 137c4fc Merge branch 'master' into v22 by Carlos Martín Nieto · 9 years ago
  14. 063bed3 Add a call to ldconfig in the travis script by Carlos Martín Nieto · 9 years ago
  15. 81d5cc0 Make travis script install to /usr/local by Carlos Martín Nieto · 9 years ago
  16. 76d600f Correct README on what master tracks by Carlos Martín Nieto · 9 years ago
  17. d300110 Merge pull request #178 from schani/master by Carlos Martín Nieto · 9 years ago
  18. 9eae50f Add commit summary getter by Mark Probst · 9 years ago
  19. 45d88ca go fmt by Mark Probst · 9 years ago
  20. e439b93 Default signature by Mark Probst · 9 years ago
  21. db5fa66 State cleanup by Mark Probst · 9 years ago
  22. c78b4d6 Cherrypick by Mark Probst · 9 years ago
  23. 56ed0b2 Repository state by Mark Probst · 9 years ago
  24. eec6181 Fix typos in constants by Mark Probst · 9 years ago
  25. 755721e Add BranchIterator#ForEach. by David Calavera · 9 years ago
  26. 675b9b0 use v22 travis results by Matthew Donoughe · 9 years ago
  27. 8bb707b return to correct directory for main build by Matthew Donoughe · 9 years ago
  28. 0d3cc8b sudo make install? by Matthew Donoughe · 9 years ago
  29. 5be2387 install libgit2 on travis ci by Matthew Donoughe · 9 years ago
  30. 43f6a75 remove static git support files by Matthew Donoughe · 9 years ago
  31. 51e7cf0 use git_signature_free by Matthew Donoughe · 9 years ago
  32. 94b1f7d Merge pull request #173 from AaronO/add/graph-methods by Carlos Martín Nieto · 9 years ago
  33. dddcbb7 Remove "Graph" prefix on method names by Aaron O'Mullan · 9 years ago
  34. c10445c Add bindings for git_graph_* methods by Aaron O'Mullan · 9 years ago
  35. ce8bcbf Merge pull request #172 from motemen/fix-test-patch-prefix by Carlos Martín Nieto · 9 years ago
  36. 3e05c10 Fix test to force diff prefixes. by motemen · 9 years ago
  37. 2bcbe6b Merge commit '92a1f92d912cdb5f68da8c1e5e3a4d1ebfd282db' by Carlos Martín Nieto · 9 years ago
  38. 92a1f92 Add TargetDirectory field to Checkout options. by joseferminj · 9 years ago
  39. 2b17dff Merge pull request #171 from pks-t/submodule-foreach-fix by Carlos Martín Nieto · 9 years ago
  40. 2e481db Fix ForeachSubmodule panicing. by Patrick Steinhardt · 9 years ago
  41. 1107c68 Add test triggering ForeachSubmodule panic. by Patrick Steinhardt · 9 years ago
  42. 4a17f80 Merge pull request #169 from tarrant/master by Carlos Martín Nieto · 9 years ago
  43. 548bb9b Add Go functions for git_config_find_* functions by Tarrant Rollins · 9 years ago
  44. 57412d0 Explain the difference between dynamic and static versions by Carlos Martín Nieto · 9 years ago
  45. e8da5af Link dynamically to libgit2 by Carlos Martín Nieto · 9 years ago
  46. 62272c4 Update vendored libgit2 by Carlos Martín Nieto · 9 years ago
  47. 69be706 Merge pull request #167 from calavera/fix_git_submodules by Carlos Martín Nieto · 9 years ago
  48. d260f21 Merge pull request #165 from calavera/remote_prune_refs by Carlos Martín Nieto · 9 years ago
  49. d54ebd5 Merge pull request #166 from benburkert/master by Carlos Martín Nieto · 9 years ago
  50. ea7f567 Remove version from opts structure. by David Calavera · 9 years ago
  51. 22f4a4e Do not double check if the signature is nil. by David Calavera · 9 years ago
  52. 9b914e0 Add Submodule.Update method. by David Calavera · 9 years ago
  53. 04e3c7f define Note methods on pointers by Ben Burkert · 9 years ago
  54. 4989fc5 Add git note support by Ben Burkert · 9 years ago
  55. 8adbc08 Fix inconsistent function call in Submodule. by David Calavera · 9 years ago
  56. dbddb88 Add prune methods to Remote. by David Calavera · 9 years ago
  57. d57246f Update to libgit2 master by Carlos Martín Nieto · 9 years ago
  58. dff9bad Merge commit '18aea4bfe89b83c5e2d6d55daa68efa6180655cc' by Carlos Martín Nieto · 9 years ago
  59. 18aea4b Add git_diff_get_stats() by Henning Perl · 9 years ago
  60. dae3004 Merge pull request #162 from libgit2/revert-159-cgo-directives by Carlos Martín Nieto · 9 years ago
  61. ef83908 Revert "Make the cgo tool do more linking work" by Carlos Martín Nieto · 9 years ago
  62. db3754c Merge pull request #159 from libgit2/cgo-directives by Carlos Martín Nieto · 9 years ago
  63. 4241424 Merge pull request #150 from sqs/DiffOptions_OldPrefix_and_NewPrefix by Carlos Martín Nieto · 9 years ago
  64. d2a9d77 heed DiffOptions fields OldPrefix and NewPrefix by Quinn Slack · 9 years ago
  65. 8f6e13b Make the cgo tool do more linking work by Carlos Martín Nieto · 9 years ago
  66. 74957c2 Add missing return type by Carlos Martín Nieto · 9 years ago
  67. d69c771 Update libgit2 by David Calavera · 9 years ago
  68. 6f79e6e Merge pull request #154 from libgit2/cmn/update by Carlos Martín Nieto · 9 years ago
  69. 0202f15 Add the new callbacks for Remote.Push() by Carlos Martín Nieto · 9 years ago
  70. 63116ea Update to master by Carlos Martín Nieto · 9 years ago
  71. a9d993f Remove useless includes by Carlos Martín Nieto · 9 years ago
  72. cb6201b Add missing thread-locking by Carlos Martín Nieto · 9 years ago
  73. 1198f82 Merge pull request #148 from joseferminj/export-patch-from-branches by Carlos Martín Nieto · 9 years ago
  74. 7762e1a Merge pull request #138 from sqs/check-MakeGitError-thread-lock by Carlos Martín Nieto · 9 years ago
  75. 57095ba only check Go source files for non-thread-locked MakeGitError calls by Quinn Slack · 9 years ago
  76. 3087e61 add script for checking thread locks in funcs that call MakeGitError by Quinn Slack · 10 years ago
  77. db17135 Export PatchFromBuffers function. by Jose Alvarez · 9 years ago
  78. 520a042 Add the newer missing thread-locking instances by Carlos Martín Nieto · 9 years ago
  79. 8c631b0 Add missing thread locking by Carlos Martín Nieto · 9 years ago
  80. 0ec2f46 Merge pull request #136 from sqs/blame by Carlos Martín Nieto · 9 years ago
  81. 855d879 Merge pull request #141 from jochil/git_diff_find_similar by Carlos Martín Nieto · 9 years ago
  82. 27ce026 Merge pull request #140 from AaronO/patch-1 by Carlos Martín Nieto · 9 years ago
  83. 752a4f0 Merge pull request #146 from stevenwilkin/add-build-status by Carlos Martín Nieto · 9 years ago
  84. 1d0a688 Merge pull request #144 from libgit2/update by Carlos Martín Nieto · 9 years ago
  85. 9b0ba12 Add build status to README by Steven Wilkin · 9 years ago
  86. 1d759e3 Update to master by Carlos Martín Nieto · 9 years ago
  87. 5b3bc2d Add (*Repository).DeleteRemote by Aaron O'Mullan · 9 years ago
  88. a4ae687 Integrated git_diff_find_similar by Jochen Hilgers · 9 years ago
  89. 3268bdb add (*Blame).HunkByLine (git_blame_get_hunk_byline) and test by Quinn Slack · 10 years ago
  90. ebb657c free C string by Quinn Slack · 10 years ago
  91. 8b39eb7 lock OS thread when MakeGitError might be called by Quinn Slack · 10 years ago
  92. 609a9a3 omit unnecessary #include by Quinn Slack · 10 years ago
  93. 65ff78d Add BlameFile func and options for git-blaming files by Quinn Slack · 10 years ago
  94. 1796304 Merge pull request #135 from joseferminj/diff-tree-workdir by Carlos Martín Nieto · 10 years ago
  95. 1ba3890 Expose DiffTreeToWorkdir function by joseferminj · 10 years ago
  96. 61729f5 Merge pull request #134 from joseferminj/fix-merge-trees-nil-ancestor by Carlos Martín Nieto · 10 years ago
  97. ff65faa Fix MergeTrees func to accept nil as ancestor parameter by joseferminj · 10 years ago
  98. 98299e6 README: add -d flag to 'go get' by Carlos Martín Nieto · 10 years ago
  99. 58f6de0 Merge pull request #132 from apsdehal/master by Carlos Martín Nieto · 10 years ago
  100. fd312d3 Updates README.md to include GoDoc badge. by Amanpreet Singh · 10 years ago