| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-12 | Merge pull request #515 from Nivl/patch-1 | Carlos Martín Nieto | |
| fix invalid guard forcing v27 instead of v28 | |||
| 2019-12-10 | Merge pull request #528 from libgit2/cmn/bump-libgit2 | Carlos Martín Nieto | |
| Bump libgit2 to 6777db8e83 | |||
| 2019-12-10 | credentials: unconfuse Go about the type | Carlos Martín Nieto | |
| For some reason cgo thinks the `credtype` field does not exist in `git_cred` so let's put it into the C code. | |||
| 2019-12-10 | travis: update versions of Go to be tested | Carlos Martín Nieto | |
| 2019-12-10 | Adjust to libgit2 changes | Carlos Martín Nieto | |
| 2019-12-10 | Makefile: disable test caching | Carlos Martín Nieto | |
| This does not work well when you're changing C stuff underneath. | |||
| 2019-12-10 | Bump libgit2 to 6777db8e83 | Carlos Martín Nieto | |
| 2019-08-13 | Merge pull request #519 from libgit2/cmn/update-libgit2 | Carlos Martín Nieto | |
| Update vendored libgit2 to 08cfa43d0e1a921 | |||
| 2019-08-13 | script: tell libgit2 to use the builtin regex backend | Carlos Martín Nieto | |
| 2019-08-13 | Update vendored libgit2 to 08cfa43d0e1a921 | Carlos Martín Nieto | |
| 2019-06-19 | fix invalid guard forcing v27 instead of v28 | Melvin | |
| 2019-06-18 | Merge pull request #506 from takuji/git_commit_message_encoding | Carlos Martín Nieto | |
| Add git_commit_message_encoding support | |||
| 2019-06-18 | Merge pull request #512 from codeocean/diff-to-buf | Carlos Martín Nieto | |
| Add Diff.ToBuf wrapping git_diff_to_buf | |||
| 2019-05-29 | Add Diff.ToBuf wrapping git_diff_to_buf | Segev Finer | |
| 2019-05-10 | Add Commit.MessageEncoding() method. | Takuji Shimokawa | |
| 2019-02-15 | Merge pull request #479 from lhchavez/uprev-libgit2 | Carlos Martín Nieto | |
| Uprev vendored libgit2 to v.0.28 | |||
| 2019-02-11 | Uprev vendored libgit2 to v0.28 | lhchavez | |
| New version is here! | |||
| 2019-01-15 | Merge pull request #448 from lhchavez/mempack | Carlos Martín Nieto | |
| Add support for mempack | |||
| 2019-01-15 | Keep odb alive when adding mempack | Carlos Martín Nieto | |
| 2019-01-08 | Merge pull request #466 from lhchavez/repository-create_commit_from_ids | Carlos Martín Nieto | |
| Add support for CreateCommitFromIds | |||
| 2019-01-08 | Merge remote-tracking branch 'upstream/master' into ↵ | lhchavez | |
| repository-create_commit_from_ids | |||
| 2019-01-08 | Keeping the tree alive | lhchavez | |
| 2019-01-08 | Add a test and some comments as to the ugly pointer arithmetic | lhchavez | |
| 2019-01-08 | Addressed review feedback and added a test | lhchavez | |
| 2019-01-08 | Merge remote-tracking branch 'upstream/master' into mempack | lhchavez | |
| 2019-01-07 | Merge pull request #477 from lhchavez/patch-1 | Carlos Martín Nieto | |
| Add support for Go 1.11 modules | |||
| 2019-01-07 | Merge pull request #475 from lhchavez/self-contained-build | Carlos Martín Nieto | |
| Improve the static build script | |||
| 2019-01-07 | Merge pull request #476 from lhchavez/clean-up-leaked-dir | Carlos Martín Nieto | |
| Clean up one leaked temporary directory | |||
| 2019-01-06 | Add support for Go 1.11 modules | lhchavez | |
| This change adds a `go.mod` file. An empty file is sufficient since this project has no external dependencies. For people that want to use the static version of libgit2, this module can be vendored and the following can be added to their `go.mod` file: replace github.com/libgit2/git2go => ./vendor/github.com/libgit2/git2go | |||
| 2019-01-05 | Clean up one leaked temporary directory | lhchavez | |
| A `defer cleanupTestRepo()` was missing. | |||
| 2019-01-05 | Improve the static build script | lhchavez | |
| This change: * Uses the installed version of both the library and the pkgconfig file, which fixes path resolution on Ubuntu Xenial. * Uses quoting liberally so that paths with spaces in them are correctly handled. * Moves the build+install directories to static-build/ in the git2go repository to avoid having a dirty vendor/libgit2 checkout. | |||
| 2019-01-05 | Merge pull request #420 from josharian/rebase-operation-type-stringer | Carlos Martín Nieto | |
| Add RebaseOperationReword, and make RebaseOperationType a stringer | |||
| 2019-01-05 | Merge pull request #474 from libgit2/cmn/deprecated-names | Carlos Martín Nieto | |
| Use git_object_t instead of deprecated git_otype | |||
| 2019-01-05 | Use git_object_t instead of deprecated git_otype | Carlos Martín Nieto | |
| 2019-01-04 | Merge pull request #471 from libgit2/cmn/bump-libgit2 | Carlos Martín Nieto | |
| Bump vendored libgit2 to fba70a9d5f | |||
| 2019-01-04 | Bump vendored libgit2 to fba70a9d5f | Carlos Martín Nieto | |
| This includes updating the `Index.WriteTreeTo` test as it was abusing an oversight of the object creation safety checks and creating a tree referencing a non-existent blob. Instead we update it to the primary purpose of this method which is to write into a repository from an unattached index. | |||
| 2019-01-04 | Merge pull request #445 from rmg/exclusive-pkg-config | Carlos Martín Nieto | |
| static: use pkg-config exclusively when using it | |||
| 2019-01-04 | Merge pull request #465 from lhchavez/packbuilder-insert_from_walk | Carlos Martín Nieto | |
| Add support for Packbuilder.InsertFromWalk() | |||
| 2019-01-04 | Merge pull request #463 from Nivl/patch-1 | Carlos Martín Nieto | |
| Add index.Clear() to clear the index object | |||
| 2019-01-03 | Merge pull request #432 from josharian/simplify-oid | Carlos Martín Nieto | |
| git: simplify some Oid methods | |||
| 2019-01-03 | Merge pull request #447 from walkenzoy/master | Carlos Martín Nieto | |
| git2go: small fixes to odb module | |||
| 2019-01-02 | Merge pull request #425 from josharian/more-merge-file-flags | Carlos Martín Nieto | |
| merge: add missing MergeFileFlag constants | |||
| 2019-01-02 | Merge pull request #424 from josharian/sigdoc | Carlos Martín Nieto | |
| signature: improve Signature.Offset docs | |||
| 2019-01-02 | Merge pull request #470 from lhchavez/fix-odbreadstream-read | Carlos Martín Nieto | |
| Return io.EOF on OdbReadStream.Read() | |||
| 2019-01-02 | Merge pull request #469 from praveentiru/pty/issue#256 | Carlos Martín Nieto | |
| Remove unused parameter in OpenOndisk #256 | |||
| 2018-12-28 | Add some tests | lhchavez | |
| This should prevent regressions in the future. | |||
| 2018-12-28 | Return io.EOF on OdbReadStream.Read() | lhchavez | |
| This change makes OdbReadStream.Read() comply with the usual io.Reader semantics. | |||
| 2018-12-25 | Fixed issues with tests | praveen | |
| 2018-12-25 | Remove unused parameter in OpenOndisk | praveen | |
| 2018-12-17 | Merge pull request #468 from wmedlar/patch-1 | Carlos Martín Nieto | |
| Fix typo in constant name | |||
