| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-25 | Add index.Clear() to clear the index object | Melvin | |
| 2018-10-07 | Merge pull request #460 from libgit2/cmn/bump-master | Carlos Martín Nieto | |
| Update vendored libgit2 to 838a2f291 | |||
| 2018-10-07 | Update vendored libgit2 to 838a2f291 | Carlos Martín Nieto | |
| 2018-08-23 | static: use pkg-config exclusively when using it | Ryan Graham | |
| When using the static linking option on platforms that use pkg-config, use ONLY pkg-config to get the CFLAGS and LDFLAGS. This prevents pulling in dependencies and flags for any non-vendored version that may be present on the host. The main practical effect of this is that if someone doesn't need/want any sort of remote access support at all they can completely disable libcurl, libssh2, libssl, etc and produce a smaller/simpler binary and greatly simplify their build-time dependencies. When done properly, the generated pkg-config file will tell cgo everything it needs to know. This also prevents confusion if there is a system copy of libgit2 that is being given priority over the vendored build. Signed-off-by: Ryan Graham <[email protected]> | |||
| 2018-08-08 | Merge pull request #452 from libgit2/cmn/bump-libgit2-master | Carlos Martín Nieto | |
| Bump vendored libgit2 to 275d84c583 | |||
| 2018-08-08 | Remove uses of deprecated git_buf_free | Carlos Martín Nieto | |
| 2018-08-08 | Bump vendored libgit2 to 9275d84c583 | Carlos Martín Nieto | |
| 2018-07-07 | Add support for mempack | lhchavez | |
| This allows the creation of git packfiles without needing to write them to the filesystem. | |||
| 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 | |
