summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Merge pull request #465 from lhchavez/packbuilder-insert_from_walkCarlos Martín Nieto
Add support for Packbuilder.InsertFromWalk()
2019-01-04Merge pull request #463 from Nivl/patch-1Carlos Martín Nieto
Add index.Clear() to clear the index object
2019-01-03Merge pull request #432 from josharian/simplify-oidCarlos Martín Nieto
git: simplify some Oid methods
2019-01-03Merge pull request #447 from walkenzoy/masterCarlos Martín Nieto
git2go: small fixes to odb module
2019-01-02Merge pull request #425 from josharian/more-merge-file-flagsCarlos Martín Nieto
merge: add missing MergeFileFlag constants
2019-01-02Merge pull request #424 from josharian/sigdocCarlos Martín Nieto
signature: improve Signature.Offset docs
2019-01-02Merge pull request #470 from lhchavez/fix-odbreadstream-readCarlos Martín Nieto
Return io.EOF on OdbReadStream.Read()
2019-01-02Merge pull request #469 from praveentiru/pty/issue#256Carlos Martín Nieto
Remove unused parameter in OpenOndisk #256
2018-12-28Add some testslhchavez
This should prevent regressions in the future.
2018-12-28Return io.EOF on OdbReadStream.Read()lhchavez
This change makes OdbReadStream.Read() comply with the usual io.Reader semantics.
2018-12-25Fixed issues with testspraveen
2018-12-25Remove unused parameter in OpenOndiskpraveen
2018-12-17Merge pull request #468 from wmedlar/patch-1Carlos Martín Nieto
Fix typo in constant name
2018-12-17Fix typo in constant nameWill Medlar
2018-11-15Add support for Packbuilder.InsertFromWalk()lhchavez
This change adds support for Packbuilder.InsertFromWalk() from libgit2.
2018-10-25Add index.Clear() to clear the index objectMelvin
2018-10-07Merge pull request #460 from libgit2/cmn/bump-masterCarlos Martín Nieto
Update vendored libgit2 to 838a2f291
2018-10-07Update vendored libgit2 to 838a2f291Carlos Martín Nieto
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-07-03git2go: small fixes to odb moduleMichel Lespinasse
- Fix couple cgo issues in odb.Write() and odb.Hash(). This is the same issue - and same solution - as repo.CreateBlobFromBuffer() used to have. - Add test for odb.Read()
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-15git: simplify some Oid methodsJosh Bleecher Snyder
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-25merge: add missing MergeFileFlag constantsJosh Bleecher Snyder
While we're here, pull in comments as well. While one can pop back and forth between godoc and libgit2 refs, it's much nicer to have it in one place. Note that MergeFileStyleSimplifyAlnum probably should have been called merely MergeFileSimplifyAlnum (no "Style"). It's probably not worth breaking backwards compatibility to fix it, but we avoid the mistake going forwards.
2018-01-25signature: improve Signature.Offset docsJosh Bleecher Snyder
Use standard godoc style; be more precise.
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