Skip to content

Tags: isutton/git2go

Tags

v32.0.4

Toggle v32.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow building libgit2 with Chromium zlib (libgit2#831)

This change allows the caller to set the `USE_CHROMIUM_ZLIB=ON`
environment variable to use the Chromium implementation of zlib when
building libgit2.

v32.0.3

Toggle v32.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Repository.ReachableFromAny() (libgit2#826)

This change exposes the binding for `git_graph_reachable_from_any()`.

v32.0.2

Toggle v32.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Odb.MultiPackIndex() (libgit2#819)

This change exposes the binding for `git_odb_write_multi_pack_index()`.

v32.0.1

Toggle v32.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose the ssh.PublicKey into the CertificateCheckCallback (libgit2#818)

This change exposes the raw SSH hostkey and the ssh.PublicKey into the
CertificateCheckCallback, so that callers can do better validations.

v32.0.0

Toggle v32.0.0's commit message
libgit2 v1.2.0 #major

This commit introduces libgit2 v1.2.0 to git2go, which brings a large
number of [bugfixes and
features](https://github.com/libgit2/libgit2/releases/tag/v1.2.0).

This also marks the start of the v32 release.

v31.6.1

Toggle v31.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow building libgit2 with Chromium zlib (libgit2#831) (libgit2#833)

This change allows the caller to set the `USE_CHROMIUM_ZLIB=ON`
environment variable to use the Chromium implementation of zlib when
building libgit2.

(cherry picked from commit c6da3b9)

Co-authored-by: lhchavez <[email protected]>

v31.6.0

Toggle v31.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for managed SSH transport #minor (libgit2#814)

This change drops the (hard) dependency on libssh2 and instead uses Go's
implementation of SSH when libgit2 is not built with it.

v30.5.1

Toggle v30.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow building libgit2 with Chromium zlib (libgit2#831) (libgit2#832)

This change allows the caller to set the `USE_CHROMIUM_ZLIB=ON`
environment variable to use the Chromium implementation of zlib when
building libgit2.

(cherry picked from commit c6da3b9)

Co-authored-by: lhchavez <[email protected]>

v30.5.0

Toggle v30.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for managed SSH transport #minor (libgit2#814) (libgit2#815)

This change drops the (hard) dependency on libssh2 and instead uses Go's
implementation of SSH when libgit2 is not built with it.

(cherry picked from commit 70e5e41)

Co-authored-by: lhchavez <[email protected]>

v28.9.0

Toggle v28.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for managed SSH transport #minor (libgit2#814) (libgit2#816)

This change drops the (hard) dependency on libssh2 and instead uses Go's
implementation of SSH when libgit2 is not built with it.