Skip to content

Tags: admdev8/git2go

Tags

v31.4.0

Toggle v31.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mark some symbols to be deprecated #minor (libgit2#698)

This change introduces the file deprecated.go, which contains any
constants, functions, and types that are slated to be deprecated in the
next major release.

These symbols are deprecated because they refer to old spellings in
pre-1.0 libgit2. This also makes the build be done with the
`-DDEPRECATE_HARD` flag to avoid regressions.

This, together with
[gorelease](https://godoc.org/golang.org/x/exp/cmd/gorelease)[1] should
make releases safer going forward.

1: More information about how that works at
   https://go.googlesource.com/exp/+/refs/heads/master/apidiff/README.md

v30.2.4

Toggle v30.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Relax libgit2 minor version check (libgit2#696) (libgit2#697)

The major version must still be an exact match since libgit2 uses
semantic versioning and changes to the major number indicate backwards
incompatible changes to the API.

Fixes: libgit2#695
(cherry picked from commit 1fabe95)

v31.3.4

Toggle v31.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Relax libgit2 minor version check (libgit2#696)

The major version must still be an exact match since libgit2 uses
semantic versioning and changes to the major number indicate backwards
incompatible changes to the API.

Fixes: libgit2#695

v31.3.3

Toggle v31.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose GIT_CERT_SSH_SHA256 (libgit2#690)

Newer versions of libssh2 use SHA256 fingerprints

v30.2.3

Toggle v30.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose GIT_CERT_SSH_SHA256 (libgit2#690) (libgit2#694)

Newer versions of libssh2 use SHA256 fingerprints

(cherry picked from commit 7497529)

Co-authored-by: Hans Duedal <[email protected]>

v31.3.2

Toggle v31.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ReferenceNormalizeName (libgit2#681)

v30.2.2

Toggle v30.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ReferenceNormalizeName (libgit2#681) (libgit2#686)

(cherry picked from commit 2bd574b)

Co-authored-by: Segev Finer <[email protected]>

v28.7.2

Toggle v28.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ReferenceNormalizeName (libgit2#681) (libgit2#687)

(cherry picked from commit 2bd574b)

Co-authored-by: Segev Finer <[email protected]>

v28.7.1

Toggle v28.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Travis-ci: added support for ppc64le (libgit2#682) (libgit2#685)

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

(cherry picked from commit 2d639d8)

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

v27.12.2

Toggle v27.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ReferenceNormalizeName (libgit2#681) (libgit2#688)

(cherry picked from commit 2bd574b)

Co-authored-by: Segev Finer <[email protected]>