summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-08Merge pull request #452 from libgit2/cmn/bump-libgit2-masterCarlos Martín Nieto
Bump vendored libgit2 to 275d84c583
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2018-08-08Bump vendored libgit2 to 9275d84c583Carlos Martín Nieto
2018-05-31Merge pull request #443 from walkenzoy/masterCarlos Martín Nieto
git2go: fix reference iterator leak
2018-05-30git2go: fix reference iterator leakMichel Lespinasse
This fixes a leak that was apparently introduced in commit 55a109614151.
2018-05-29Merge pull request #442 from libgit2/cmn/bump-libgit2Carlos Martín Nieto
vendor: bump libgit2 to 7f6c1ce9760c6
2018-05-29vendor: bump libgit2 to 7f6c1ce9760c6Carlos Martín Nieto
2018-03-26travis: let yaml know these strings are stringsCarlos Martín Nieto
2018-03-26Merge pull request #438 from libgit2/cmn/bump-27Carlos Martín Nieto
vendor: update libgit2 to v0.27.0
2018-03-26travis: build against Go 1.10Carlos Martín Nieto
2018-03-26vendor: update libgit2 to v0.27.0Carlos Martín Nieto
2018-03-11Merge pull request #430 from sprohaska/pr/keep-aliveCarlos Martín Nieto
tree: keep tree receiver alive as long as dependent entry is used
2018-03-11Merge pull request #431 from josharian/refdocsCarlos Martín Nieto
reference: minor doc improvements
2018-02-22Merge pull request #434 from libgit2/cmn/bumpingCarlos Martín Nieto
Update vendored libgit2 to v0.27.0-rc1
2018-02-22merge: expose the conflict marker size optionCarlos Martín Nieto
2018-02-22Adjust to the change in the git_odb_open_rstream signatureCarlos Martín Nieto
2018-02-22Switch over the version contraints to v0.27Carlos Martín Nieto
2018-02-22vendor: bump libgit2 to 809b0ca6b (v0.27.0-rc1)Carlos Martín Nieto
2018-02-15reference: minor doc improvementsJosh Bleecher Snyder
2018-02-09tree: keep tree receiver alive as long as dependent entry is usedSteffen Prohaska
Signed-off-by: Steffen Prohaska <[email protected]>
2018-01-17Merge pull request #419 from libgit2/cmn/bump-libgit2Carlos Martín Nieto
Cmn/bump libgit2
2018-01-17diff: add two missing optionsCarlos Martín Nieto
2018-01-17Bump libgit2 to f1323d9cCarlos Martín Nieto
2017-10-16Merge pull request #413 from libgit2/cmn/master-staticCarlos Martín Nieto
README: master wants to use install-static
2017-10-16README: correct the branches in the testing blockCarlos Martín Nieto
2017-10-16README: master wants to use install-staticCarlos Martín Nieto
2017-10-03Merge pull request #411 from harsimranmaan/patch-1Carlos Martín Nieto
Fix typo in the error message
2017-10-01Fix typo in the error messageHarsimran Singh Maan
2017-09-29Merge pull request #409 from libgit2/cmn/bumpingCarlos Martín Nieto
Bump libgit2 to c7c5f2c4ec
2017-09-29patch: adjust to new function signatureCarlos Martín Nieto
2017-09-29Bump libgit2 to c7c5f2c4ecCarlos Martín Nieto
2017-09-03Merge pull request #398 from reujab/masterCarlos Martín Nieto
Fixed typos
2017-09-03Merge pull request #406 from libgit2/cmn/go19Carlos Martín Nieto
travis: include go 1.9
2017-09-03travis: include go 1.9Carlos Martín Nieto
2017-09-03travis: don't update submodules recursivelyCarlos Martín Nieto
We have invalid submodules for testing and Travis gets unhappy.
2017-09-03Go back to the v0.26 libgit2 releaseCarlos Martín Nieto
Newer commits have changed the build scripts such that the HTTP parser is not included in the static library. This also reverts commit ecf4f7a137ba69014d414b8de20eb58e115bfd73.
2017-09-03patch: correct a pointer typeCarlos Martín Nieto
2017-09-03clone_checkout_strategy removedMikołaj Baranowski
https://github.com/libgit2/libgit2/releases/tag/v0.26.0
2017-09-03Update vendored libgit2 to latestCarlos Martín Nieto
2017-07-11a MIT -> an MITreujab
2017-07-11fixed typosreujab
2017-07-09Merge pull request #397 from libgit2/cmn/tag-genericCarlos Martín Nieto
Tag any kind of object
2017-07-08tag: accept an Objecter for creating a tagCarlos Martín Nieto
This lets us create a tag for any kind of object.
2017-07-08Add Objecer interfaceCarlos Martín Nieto
We do want to be able to accept generic objects in functions. Add this interface so we can accept that instead of specific object types.
2017-07-08Merge pull request #396 from libgit2/cmn/rebase-no-operationCarlos Martín Nieto
rebase: correct the return values for CurrentOperationIndex
2017-07-08rebase: correct the return values for CurrentOperationIndexCarlos Martín Nieto
We were incorectly reporting `C.GIT_REBASE_NO_OPERATION` as an error code when it is none. We should instead return it as the value. The compiler doesn't seem to actually look at the sizes so instead we must recreate the value ourselves with `^uint(0)`. The error return is kept for API compatibility but should go away eventually.
2017-07-08Merge pull request #395 from libgit2/cmn/check-thread-lockCarlos Martín Nieto
Deduplicate Makefile static target and add thread locking check
2017-07-08Deduplicate Makefile static target and add thread locking checkCarlos Martín Nieto
It turns out we had been running CI without performing the thread locking check.
2017-07-08Merge pull request #393 from libgit2/cmn/keepalive-all-the-thingsCarlos Martín Nieto
KeepAlive all the things
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto