summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-23Add test and runtime.KeepAlive()lhchavez
2020-02-23Merge remote-tracking branch 'upstream/master' into more-annotated-commitlhchavez
2020-02-23Merge pull request #400 from ramanenka/git_index_add_frombufferlhchavez
2020-02-23Update the method namelhchavez
2020-02-23Merge remote-tracking branch 'upstream/master' into git_index_add_frombufferlhchavez
2020-02-22Remove Version from RevertOptionsRichard Burke
2020-02-22Add revert functionalityRichard Burke
2020-02-22Free() the copies of repository.LookupXxx()lhchavez
2020-02-22Update CI configurationlhchavez
2020-02-20Uprev libgit2lhchavez
2020-02-12Merge pull request #520 from libgit2/actionslhchavez
2020-02-13Fix build for go 1.9lhchavez
2020-02-13Merge remote-tracking branch 'origin/master' into actionslhchavez
2020-02-12Update .github/workflows/ci.ymllhchavez
2020-02-12Merge pull request #527 from dbolkensteyn/masterlhchavez
2020-02-12Merge pull request #523 from josharian/diff-stringerslhchavez
2020-02-12Merge pull request #524 from josharian/doc-paramslhchavez
2020-02-12Merge pull request #503 from jonEbird/static-build-script-cleanuplhchavez
2020-02-12Merge pull request #515 from Nivl/patch-1Carlos Martín Nieto
2019-12-10Merge pull request #528 from libgit2/cmn/bump-libgit2Carlos Martín Nieto
2019-12-10credentials: unconfuse Go about the typeCarlos Martín Nieto
2019-12-10travis: update versions of Go to be testedCarlos Martín Nieto
2019-12-10Adjust to libgit2 changesCarlos Martín Nieto
2019-12-10Makefile: disable test cachingCarlos Martín Nieto
2019-12-10Bump libgit2 to 6777db8e83Carlos Martín Nieto
2019-11-17Similar to #513 Fix potential segfault on Tag objectsDinesh Bolkensteyn
2019-11-17Fixes #513 - Segfault during tree walkDinesh Bolkensteyn
2019-08-27provide param names in DiffForEachFileCallbackJosh Bleecher Snyder
2019-08-27make Delta and DiffLineType stringersJosh Bleecher Snyder
2019-08-15submoduleCarlos Martín Nieto
2019-08-15Setup CI via ActionsCarlos Martín Nieto
2019-08-13Merge pull request #519 from libgit2/cmn/update-libgit2Carlos Martín Nieto
2019-08-13script: tell libgit2 to use the builtin regex backendCarlos Martín Nieto
2019-08-13Update vendored libgit2 to 08cfa43d0e1a921Carlos Martín Nieto
2019-06-19fix invalid guard forcing v27 instead of v28Melvin
2019-06-18Merge pull request #506 from takuji/git_commit_message_encodingCarlos Martín Nieto
2019-06-18Merge pull request #512 from codeocean/diff-to-bufCarlos Martín Nieto
2019-05-29Add Diff.ToBuf wrapping git_diff_to_bufSegev Finer
2019-05-10Add Commit.MessageEncoding() method.Takuji Shimokawa
2019-05-07script/build-libgit2-static.sh: correctly set ROOTJon Miller
2019-02-15Merge pull request #479 from lhchavez/uprev-libgit2Carlos Martín Nieto
2019-02-11Uprev vendored libgit2 to v0.28lhchavez
2019-01-15Merge pull request #448 from lhchavez/mempackCarlos Martín Nieto
2019-01-15Keep odb alive when adding mempackCarlos Martín Nieto
2019-01-08Merge pull request #466 from lhchavez/repository-create_commit_from_idsCarlos Martín Nieto
2019-01-08Merge remote-tracking branch 'upstream/master' into repository-create_commit_...lhchavez
2019-01-08Keeping the tree alivelhchavez
2019-01-08Add a test and some comments as to the ugly pointer arithmeticlhchavez
2019-01-08Addressed review feedback and added a testlhchavez
2019-01-08Merge remote-tracking branch 'upstream/master' into mempacklhchavez