| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2017-07-08 | Merge pull request #396 from libgit2/cmn/rebase-no-operation | Carlos Martín Nieto | |
| rebase: correct the return values for CurrentOperationIndex | |||
| 2017-07-08 | rebase: correct the return values for CurrentOperationIndex | Carlos 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-08 | Merge pull request #395 from libgit2/cmn/check-thread-lock | Carlos Martín Nieto | |
| Deduplicate Makefile static target and add thread locking check | |||
| 2017-07-08 | Deduplicate Makefile static target and add thread locking check | Carlos Martín Nieto | |
| It turns out we had been running CI without performing the thread locking check. | |||
| 2017-07-08 | Merge pull request #393 from libgit2/cmn/keepalive-all-the-things | Carlos Martín Nieto | |
| KeepAlive all the things | |||
| 2017-07-08 | Third round of keep-alive aditions | Carlos Martín Nieto | |
| 2017-07-08 | Second round of keep-alives | Carlos Martín Nieto | |
| 2017-07-08 | First round of mass keep-alive additions | Carlos Martín Nieto | |
| 2017-07-07 | commit: add keep-alives for those that need conversion to pointer receivers | Carlos Martín Nieto | |
| We can't work on the copies here, we need to have pointer receivers so we know we're keeping alive the object whose finalizer would free the unmanaged memory we're working with. | |||
| 2017-07-07 | commit: add thread locking to signature extraction | Carlos Martín Nieto | |
| 2017-07-06 | Merge pull request #389 from KatolaZ/master | Carlos Martín Nieto | |
| Added Commit.ExtractSignature to wrap git_commit_extract_signature | |||
| 2017-07-06 | Merge pull request #390 from libgit2/cmn/go-vet | Carlos Martín Nieto | |
| Fix a couple of issues reported by go-vet | |||
| 2017-07-06 | Fix a couple of issues reported by go-vet | Carlos Martín Nieto | |
| 2017-07-06 | Added Commit.ExtractSignature to wrap git_commit_extract_signature | KatolaZ | |
| 2017-07-04 | Merge pull request #387 from libgit2/cmn/remote-refs | Carlos Martín Nieto | |
| remote: add keep-alive and references to the repository | |||
