| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-03 | git2go: small fixes to odb module | Michel 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-31 | Merge pull request #443 from walkenzoy/master | Carlos Martín Nieto | |
| git2go: fix reference iterator leak | |||
| 2018-05-30 | git2go: fix reference iterator leak | Michel Lespinasse | |
| This fixes a leak that was apparently introduced in commit 55a109614151. | |||
| 2018-05-29 | Merge pull request #442 from libgit2/cmn/bump-libgit2 | Carlos Martín Nieto | |
| vendor: bump libgit2 to 7f6c1ce9760c6 | |||
| 2018-05-29 | vendor: bump libgit2 to 7f6c1ce9760c6 | Carlos Martín Nieto | |
| 2018-03-26 | travis: let yaml know these strings are strings | Carlos Martín Nieto | |
| 2018-03-26 | Merge pull request #438 from libgit2/cmn/bump-27 | Carlos Martín Nieto | |
| vendor: update libgit2 to v0.27.0 | |||
| 2018-03-26 | travis: build against Go 1.10 | Carlos Martín Nieto | |
| 2018-03-26 | vendor: update libgit2 to v0.27.0 | Carlos Martín Nieto | |
| 2018-03-11 | Merge pull request #430 from sprohaska/pr/keep-alive | Carlos Martín Nieto | |
| tree: keep tree receiver alive as long as dependent entry is used | |||
| 2018-03-11 | Merge pull request #431 from josharian/refdocs | Carlos Martín Nieto | |
| reference: minor doc improvements | |||
| 2018-02-22 | Merge pull request #434 from libgit2/cmn/bumping | Carlos Martín Nieto | |
| Update vendored libgit2 to v0.27.0-rc1 | |||
| 2018-02-22 | merge: expose the conflict marker size option | Carlos Martín Nieto | |
| 2018-02-22 | Adjust to the change in the git_odb_open_rstream signature | Carlos Martín Nieto | |
| 2018-02-22 | Switch over the version contraints to v0.27 | Carlos Martín Nieto | |
| 2018-02-22 | vendor: bump libgit2 to 809b0ca6b (v0.27.0-rc1) | Carlos Martín Nieto | |
| 2018-02-15 | git: simplify some Oid methods | Josh Bleecher Snyder | |
| 2018-02-15 | reference: minor doc improvements | Josh Bleecher Snyder | |
| 2018-02-09 | tree: keep tree receiver alive as long as dependent entry is used | Steffen Prohaska | |
| Signed-off-by: Steffen Prohaska <[email protected]> | |||
| 2018-02-06 | cherrypick: wrap git_cherrypick_commit | Josh Bleecher Snyder | |
| 2018-01-25 | merge: add missing MergeFileFlag constants | Josh 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-25 | merge: add two missing AnnotatedCommit methods | Josh Bleecher Snyder | |
| 2018-01-25 | signature: improve Signature.Offset docs | Josh Bleecher Snyder | |
| Use standard godoc style; be more precise. | |||
| 2018-01-21 | rebase: make RebaseOperationType a fmt.Stringer | Josh Bleecher Snyder | |
| Helps with debugging. | |||
| 2018-01-21 | rebase: add RebaseOperationReword | Josh Bleecher Snyder | |
| 2018-01-17 | Merge pull request #419 from libgit2/cmn/bump-libgit2 | Carlos Martín Nieto | |
| Cmn/bump libgit2 | |||
| 2018-01-17 | diff: add two missing options | Carlos Martín Nieto | |
| 2018-01-17 | Bump libgit2 to f1323d9c | Carlos Martín Nieto | |
| 2017-10-16 | Merge pull request #413 from libgit2/cmn/master-static | Carlos Martín Nieto | |
| README: master wants to use install-static | |||
| 2017-10-16 | README: correct the branches in the testing block | Carlos Martín Nieto | |
| 2017-10-16 | README: master wants to use install-static | Carlos Martín Nieto | |
| 2017-10-03 | Merge pull request #411 from harsimranmaan/patch-1 | Carlos Martín Nieto | |
| Fix typo in the error message | |||
| 2017-10-01 | Fix typo in the error message | Harsimran Singh Maan | |
| 2017-09-29 | Merge pull request #409 from libgit2/cmn/bumping | Carlos Martín Nieto | |
| Bump libgit2 to c7c5f2c4ec | |||
| 2017-09-29 | patch: adjust to new function signature | Carlos Martín Nieto | |
| 2017-09-29 | Bump libgit2 to c7c5f2c4ec | Carlos Martín Nieto | |
| 2017-09-03 | Merge pull request #398 from reujab/master | Carlos Martín Nieto | |
| Fixed typos | |||
| 2017-09-03 | Merge pull request #406 from libgit2/cmn/go19 | Carlos Martín Nieto | |
| travis: include go 1.9 | |||
| 2017-09-03 | travis: include go 1.9 | Carlos Martín Nieto | |
| 2017-09-03 | travis: don't update submodules recursively | Carlos Martín Nieto | |
| We have invalid submodules for testing and Travis gets unhappy. | |||
| 2017-09-03 | Go back to the v0.26 libgit2 release | Carlos 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-03 | patch: correct a pointer type | Carlos Martín Nieto | |
| 2017-09-03 | clone_checkout_strategy removed | Mikołaj Baranowski | |
| https://github.com/libgit2/libgit2/releases/tag/v0.26.0 | |||
| 2017-09-03 | Update vendored libgit2 to latest | Carlos Martín Nieto | |
| 2017-07-17 | Add binding for `git_index_add_frombuffer` | Vadzim Ramanenka | |
| 2017-07-11 | a MIT -> an MIT | reujab | |
| 2017-07-11 | fixed typos | reujab | |
| 2017-07-09 | Merge pull request #397 from libgit2/cmn/tag-generic | Carlos Martín Nieto | |
| Tag any kind of object | |||
| 2017-07-08 | tag: accept an Objecter for creating a tag | Carlos Martín Nieto | |
| This lets us create a tag for any kind of object. | |||
| 2017-07-08 | Add Objecer interface | Carlos 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. | |||
