1. ccfce74 Merge pull request #129 from libgit2/cmn/const-type by Carlos Martín Nieto · 10 years ago
  2. 668aa5d Make the constants have types by Carlos Martín Nieto · 10 years ago
  3. 9c6db70 Merge pull request #127 from calavera/ls_remote by Carlos Martín Nieto · 10 years ago
  4. d722c11 Hide C.git_direction type. by David Calavera · 10 years ago
  5. e969b33 Make filtering logic more simple. by David Calavera · 10 years ago
  6. d1b87ef Add connect methods to Remote. by David Calavera · 10 years ago
  7. 749d614 Merge branch 'master' into ls_remote by David Calavera · 10 years ago
  8. 99d1077 Merge pull request #125 from lucas-clemente/master by Carlos Martín Nieto · 10 years ago
  9. a2fd47a Merge pull request #128 from calavera/remote_git_config_refresh_call by Carlos Martín Nieto · 10 years ago
  10. ea54434 Update libgit2 submodule. by David Calavera · 10 years ago
  11. f6fa1a3 Add Remote#Ls. by David Calavera · 10 years ago
  12. 5c72fe5 Remove Config#Refresh by David Calavera · 10 years ago
  13. 9d37f81 implemented Index.AddAll, Index.RemoveAll, Index.UpdateAll by Lucas Clemente · 10 years ago
  14. 41008af Merge pull request #123 from ry/master by Carlos Martín Nieto · 10 years ago
  15. 0af2a39 Update to latest master by Carlos Martín Nieto · 10 years ago
  16. 5539137 Use Filemode type in TreeEntry and IndexEntry by Ryan Dahl · 10 years ago
  17. 3b7cc1e remote: use the library's certificate validity if no callback is set by Carlos Martín Nieto · 10 years ago
  18. 68bd3bb Fix header name by Carlos Martín Nieto · 10 years ago
  19. c77c8f6 Add a test for blobs by Carlos Martín Nieto · 10 years ago
  20. d9dfc4b Add support for hostkey certificates by Carlos Martín Nieto · 10 years ago
  21. a81abd1 Merge branch 'fetchhead' by Carlos Martín Nieto · 10 years ago
  22. d917a13 add plumbing for update fetch head on remotes by Jess Sheneberger · 10 years ago
  23. 17a9214 Update to libgit2 master by Carlos Martín Nieto · 10 years ago
  24. 5eda8d6 Merge pull request #109 from roguePanda/git_status by Carlos Martín Nieto · 10 years ago
  25. c68241c Merge pull request #117 from piger/dev by Carlos Martín Nieto · 10 years ago
  26. c2f6381 add Index#RemoveByPath. by Daniel Kertesz · 10 years ago
  27. 756c8a7 Merge pull request #116 from calavera/sync_with_libgit2_master by Carlos Martín Nieto · 10 years ago
  28. ced2429 Update vendored libgit2 version to master. by David Calavera · 10 years ago
  29. d4734a4 remove unused status version field by Ben Navetta · 10 years ago
  30. 1520978 give status option flags their own type by Ben Navetta · 10 years ago
  31. db11328 Merge pull request #113 from CMGS/master by Carlos Martín Nieto · 10 years ago
  32. cea203d Merge pull request #115 from surma-dump/feature/empty_refname by Carlos Martín Nieto · 10 years ago
  33. d196da4 Repository.CreateCommit: Only allocate CStr on non-empty refname by Alexander Surma · 10 years ago
  34. 9bec36a Update clone options to be in sync with libgit2 master. by David Calavera · 10 years ago
  35. fe45262 Repository.CreateCommit: Allow empty refname for non-update commit by Alexander Surma · 10 years ago
  36. 2f93ce3 embrace static types by CMGS · 10 years ago
  37. e5e9636 enhance checkout, add CheckoutTree method by CMGS · 10 years ago
  38. 8459724 Exit when pkg-config isn't found by Carlos Martín Nieto · 10 years ago
  39. 0f79d63 Merge calvera/rev-parse by Carlos Martín Nieto · 10 years ago
  40. 0d58580 Remove unnecessary heap allocation by Carlos Martín Nieto · 10 years ago
  41. 80997c6 fix status list to handle null head_to_index in entries by Ben Navetta · 10 years ago
  42. 0059b26 add thread locking to status api by Ben Navetta · 10 years ago
  43. 33ae83f remove status_foreach binding by Ben Navetta · 10 years ago
  44. c8529e7 don't return anything from StatusList.Free by Ben Navetta · 10 years ago
  45. 1377c8f Update vendored libgit2 version to v0.21.1 by Carlos Martín Nieto · 10 years ago
  46. 106ebe2 Handle empty slices in CreateBlobFromBuffer() by Carlos Martín Nieto · 10 years ago
  47. 91fd186 Merge pull request #105 from mattes/patch-1 by Carlos Martín Nieto · 10 years ago
  48. 29840d2 Extract data into a go struct. by David Calavera · 10 years ago
  49. 1cb654e add git_status_foreach binding by Ben Navetta · 10 years ago
  50. fe1e6b8 comment out issue with entry count by Ben Navetta · 10 years ago
  51. 8fd7c2c add StatusFile function by Ben Navetta · 10 years ago
  52. a093e20 add status option support by Ben Navetta · 10 years ago
  53. f954871 start on status tests; fix bug in Repository.StatusList() by Ben Navetta · 10 years ago
  54. b831ae0 add StatusList() to Repository by Ben Navetta · 10 years ago
  55. 0513670 add StatusList.EntryCount() by Ben Navetta · 10 years ago
  56. 37ccc4c add ByIndex, reorder to match other files by Ben Navetta · 10 years ago
  57. 39d825a status data types by Ben Navetta · 10 years ago
  58. c1ed1bc Make sure install/lib dir exists. Fixes #104 by Matthias Kadenbach · 10 years ago
  59. 94d207e Add Repository#RevParseExt. by David Calavera · 10 years ago
  60. 691d8f2 Add Repository#RevParseSingle. by David Calavera · 10 years ago
  61. 43b6e0b Make a new pointer to pass to git_revparse. by David Calavera · 10 years ago
  62. 1e651aa Add simple test for `rev-parse HEAD`. by David Calavera · 10 years ago
  63. 8bbcdd6 Move RevSpec#From and RevSpec#To to struct methods. by David Calavera · 10 years ago
  64. 3003e5e Add Repository#RevParse. by David Calavera · 10 years ago
  65. 213a1bc Merge pull request #101 from bargez/patch-1 by Carlos Martín Nieto · 10 years ago
  66. f48c27e Fix a typo in git2go path by Bartosz Gęza · 10 years ago
  67. ce7a12d travis: build with Go 1.3 by Carlos Martín Nieto · 10 years ago
  68. c7ac950 Update README by Carlos Martín Nieto · 10 years ago
  69. d117fc9 Merge commit 'refs/pull/95/head' of github.com:libgit2/git2go by Carlos Martín Nieto · 10 years ago
  70. ae5efcd Update vendored libgit2 to v0.21.0 by Carlos Martín Nieto · 10 years ago
  71. b3306be fix indentation by Frank Benkstein · 10 years ago
  72. bbdc7a8 add support for annotated tags by Frank Benkstein · 10 years ago
  73. bc5cfaf Remove left-over submodule configuration by Carlos Martín Nieto · 10 years ago
  74. 10c058d Upate README with static instructions by Carlos Martín Nieto · 10 years ago
  75. 4b681f9 Don't build with Go 1.0 by Carlos Martín Nieto · 10 years ago
  76. a2b14b5 Tighten up the build by Carlos Martín Nieto · 10 years ago
  77. 12a3a1e Move the settings into the main git2go by Carlos Martín Nieto · 10 years ago
  78. aabeb7f Really build statically by Carlos Martín Nieto · 10 years ago
  79. 6862c2c hack for travis by Carlos Martín Nieto · 10 years ago
  80. 3da96c3 Adjust travis script to static by Carlos Martín Nieto · 10 years ago
  81. c734fc2 Use a submodule for libgit2 by Carlos Martín Nieto · 10 years ago
  82. 0646294 Move some logic into the Makefile by Carlos Martín Nieto · 10 years ago
  83. 29a983b Switch default to static linking by Carlos Martín Nieto · 10 years ago
  84. de4f42f Add scripts to build and use a static libgit2 by Carlos Martín Nieto · 10 years ago
  85. 3ca566e Update travis settings by Carlos Martín Nieto · 10 years ago
  86. 7906bdb Merge: merge analysis now returns the user's preference by Carlos Martín Nieto · 10 years ago
  87. 8a73c75 Keep a pointer to the repository in the objects and references by Carlos Martín Nieto · 10 years ago
  88. f953d4e Index: add functions to handle the data structure by Carlos Martín Nieto · 10 years ago
  89. 2942e18 Give Object and Reference an Onwer accessor by Carlos Martín Nieto · 10 years ago
  90. ec97cb4 Merge branch 'repo-ext' by Carlos Martín Nieto · 10 years ago
  91. 591a67f Add function to open repository from subpaths by cloudson · 10 years ago
  92. 22bcd7d Reference: expose Peel() by Carlos Martín Nieto · 10 years ago
  93. f5e1252 Merge pull request #90 from libgit2/unchanify by Carlos Martín Nieto · 10 years ago
  94. 7e3c361 Packbuilder: use a callback for ForEach instead of a channel by Carlos Martín Nieto · 10 years ago
  95. 2594f3f Odb: use a callback instead of a channel for ForEach by Carlos Martín Nieto · 10 years ago
  96. 9a8b80f Fix typo by Carlos Martín Nieto · 10 years ago
  97. 645a35d Merge pull request #89 from tchap/set-head by Carlos Martín Nieto · 10 years ago
  98. 9b4c865 test: adjust to safe commit append by Carlos Martín Nieto · 10 years ago
  99. 9c72700 checkout: init_opts -> init_options by Carlos Martín Nieto · 10 years ago
  100. 2cf1937 Implement git_repository_set_head(_detached) by Ondrej Kupka · 10 years ago