summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-06Merge pull request #390 from libgit2/cmn/go-vetCarlos Martín Nieto
2017-07-06Fix a couple of issues reported by go-vetCarlos Martín Nieto
2017-07-04Merge pull request #387 from libgit2/cmn/remote-refsCarlos Martín Nieto
2017-07-04travis: update the Go versionsCarlos Martín Nieto
2017-07-04remote: add keep-alive and references to the repositoryCarlos Martín Nieto
2017-05-20Merge pull request #376 from ankurmittal/short-hashCarlos Martín Nieto
2017-04-19Add support for getting short object IdAnkur Mittal
2017-04-14Merge pull request #371 from libgit2/static-dynamicCarlos Martín Nieto
2017-04-14travis: build staticallyCarlos Martín Nieto
2017-04-14Allow building statically via the "static" build tagCarlos Martín Nieto
2017-04-14Merge pull request #366 from LinuxBozo/repository-open-flagsCarlos Martín Nieto
2017-04-14Merge pull request #368 from cbguder/masterCarlos Martín Nieto
2017-04-13Merge pull request #365 from AaronO/fix/memleak-tree-entrybynameCarlos Martín Nieto
2017-04-13Merge pull request #332 from ezwiebel/rebase-wrapperCarlos Martín Nieto
2017-03-23Fix memory leak in Patch.String()Adam Berkovec
2017-03-07Add new repository open flagsM. Adam Kendall
2017-02-25Remove unnecessary C.git_tree_entry_free calls ...Aaron O'Mullan
2017-02-24Fix memleaks in Tree.EntryBy(Name/Path/Index), fixes #313Aaron O'Mullan
2017-01-20Merge pull request #362 from libgit2/cmn/master-tip-staticCarlos Martín Nieto
2017-01-20Update the description of the branches in README.Carlos Martín Nieto
2017-01-20Update libgit2 to df4dfaadCarlos Martín Nieto
2017-01-20Merge remote-tracking branch 'origin/next'Carlos Martín Nieto
2017-01-09Bump vendored libgit2 to ee89941faCarlos Martín Nieto
2016-12-23Build /v\d+/ branchesCarlos Martín Nieto
2016-11-23LockOSThread in CurrentOperationIndex for git error creationezwiebel
2016-11-19Update to 0.25-rc1Carlos Martín Nieto
2016-11-13Merge pull request #338 from libgit2/cmn/variable-substCarlos Martín Nieto
2016-11-01Took @carlosmn PR review into accountezwiebel
2016-11-01Only test against 1.5 and upCarlos Martín Nieto
2016-11-01Get rid of the with-static.sh scriptCarlos Martín Nieto
2016-11-01Merge pull request #355 from libgit2/cmn/travis-branchesCarlos Martín Nieto
2016-11-01Merge pull request #354 from libgit2/cmn/panic-threadingCarlos Martín Nieto
2016-10-31travis: only build master and nextCarlos Martín Nieto
2016-10-31Panic if libgit2 is not thread-awareCarlos Martín Nieto
2016-10-31Add Features() to retrieve the compile-time features of libgit2Carlos Martín Nieto
2016-10-31Merge pull request #348 from MagicalTux/git2go_issue_314Carlos Martín Nieto
2016-10-31Merge pull request #353 from libgit2/update-nextCarlos Martín Nieto
2016-10-31Merge pull request #319 from netnose/remote-refinementsCarlos Martín Nieto
2016-10-31Merge pull request #351 from ezwiebel/index-remove-directoryCarlos Martín Nieto
2016-10-31Update to libgit2 a051ee3Carlos Martín Nieto
2016-10-20Implement git_index_remove_directory in index wrapperezwiebel
2016-10-08Merge remote-tracking branch 'upstream/v24' into remote-refinementsMirko Nosenzo
2016-10-08Remote Rename FixMirko Nosenzo
2016-10-03Merge pull request #345 from kdambekalns/commit-message-rawCarlos Martín Nieto
2016-10-03Merge pull request #321 from netnose/checkout-callbacksCarlos Martín Nieto
2016-10-03Merge pull request #322 from calavera/ssh_memory_credentialsCarlos Martín Nieto
2016-10-03Merge pull request #347 from geordie/masterCarlos Martín Nieto
2016-10-03Merge pull request #341 from mdaffin/branchiterator-foreach-errorsCarlos Martín Nieto
2016-10-03Merge commit 'refs/pull/331/head' of github.com:libgit2/git2goCarlos Martín Nieto
2016-09-30odb & refdb: make New*BackendFromC take unsafe.Pointer as argument allowing a...Mark Karpeles