| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2018-12-17 | Fix typo in constant name | Will Medlar | |
| 2018-11-15 | Add support for Packbuilder.InsertFromWalk() | lhchavez | |
| This change adds support for Packbuilder.InsertFromWalk() from libgit2. | |||
| 2018-11-15 | Add support for CreateCommitFromIds | lhchavez | |
| This change adds support for CreateCommitFromIds from libgit2. | |||
| 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 | |
