Skip to content

Tags: dickmao/git2go

Tags

v32.0.0

Toggle v32.0.0's commit message
test reinstall

v30.2.0

Toggle v30.2.0's commit message

Verified

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

The `GIT_BLAME_USE_MAILMAP` blame option flag was introduced in libgit2 v0.28

Change type: #minor

(cherry picked from commit b46ebfa)

Co-authored-by: Suhaib Mujahid <[email protected]>

v28.7.0

Toggle v28.7.0's commit message

Verified

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

The `GIT_BLAME_USE_MAILMAP` blame option flag was introduced in libgit2 v0.28

Change type: #minor

(cherry picked from commit b46ebfa)

Co-authored-by: Suhaib Mujahid <[email protected]>

v30.1.0

Toggle v30.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Implement an option to control hash verification (libgit2#671) (l…

…ibgit2#675)

Add a binding to enable/disable hash verification using the `GIT_OPT_ENABLE_STRICT_HASH_VERIFICATION` option.

Change type: #minor

(cherry picked from commit c366419)

Co-authored-by: Suhaib Mujahid <[email protected]>

v28.6.1

Toggle v28.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI refresh (libgit2#666) (libgit2#670)

This change:

* Makes the Travis tests only run tip, since the rest of the Go versions are better served by GitHub Actions.
* Use Go 1.15 in the CI. This has been released for a while.

(cherry picked from commit f83530b)

v28.6.0

Toggle v28.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Implement an option to control hash verification (libgit2#671) (l…

…ibgit2#672)

Add a binding to enable/disable hash verification using the `GIT_OPT_ENABLE_STRICT_HASH_VERIFICATION` option.

Change type: #minor

(cherry picked from commit c366419)

Co-authored-by: Suhaib Mujahid <[email protected]>

v27.12.0

Toggle v27.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Implement an option to control hash verification (libgit2#671) (l…

…ibgit2#673)

Add a binding to enable/disable hash verification using the `GIT_OPT_ENABLE_STRICT_HASH_VERIFICATION` option.

Change type: #minor

(cherry picked from commit c366419)

Co-authored-by: Suhaib Mujahid <[email protected]>

v27.11.10

Toggle v27.11.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI refresh (libgit2#666) (libgit2#667)

This change:

* Makes the Travis tests only run tip, since the rest of the Go versions are better served by GitHub Actions.
* Use Go 1.15 in the CI. This has been released for a while.

(cherry picked from commit f83530b)

v30.0.18

Toggle v30.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI refresh (libgit2#666)

This change:

* Makes the Travis tests only run tip, since the rest of the Go versions are better served by GitHub Actions.
* Use Go 1.15 in the CI. This has been released for a while.

v30.0.17

Toggle v30.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
apply: Add bindings for git_apply_to_tree (libgit2#657)

Adds bindings to the git_apply_to_tree function that allows applying
a diff directly to a tree.