Sanskar Jaiswal
c1ec21d89c
libgit2 v1.5.0 #major ( #929 )
...
Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`.
Fixes: https://github.com/libgit2/git2go/issues/899
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
2022-10-04 07:50:57 -07:00
lhchavez
6eae74c128
libgit2 v1.3.0 #major ( #840 )
...
This commit introduces libgit2 v1.3.0 to git2go, which brings a large
number of [bugfixes and
features](https://github.com/libgit2/libgit2/releases/tag/v1.3.0 ).
This also marks the start of the v33 release.
2021-10-14 04:42:42 -07:00
lhchavez
018647fd48
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.
2021-09-05 18:52:01 -07:00
lhchavez
abf02bc7d7
Add `NewCredentialSSHKeyFromSigner` ( #706 )
...
This change adds `NewCredentialSSHKeyFromSigner`, which allows idiomatic
use of SSH keys from Go. This also lets us spin off an SSH server in the
tests.
2020-12-06 11:55:04 -08:00
Suhaib Mujahid
ad3ec3664d
Create v31 to support libgit2 v1.1.x ( #668 )
...
The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version.
2020-10-26 18:09:26 -07:00
michael boulton
7d4453198b
Add support for creating signed commits and signing commits during a rebase ( #626 )
2020-08-18 09:25:31 -07:00
lhchavez
13ca96065e
Uprev vendor/libgit2 to v1.0
...
This uprevs libgit2 to the latest and greatest.
2020-04-02 07:53:59 -07:00
lhchavez
a32375a860
Add the version number to go.mod
...
This is the second take on trying to tag the current release with a Go
version.
2020-03-19 08:28:34 -07:00
Carlos Martín Nieto
97e6392d3a
Adjust to libgit2 changes
2019-12-10 22:15:32 +00:00
lhchavez
30c57ff09e
Add support for Go 1.11 modules
...
This change adds a `go.mod` file. An empty file is sufficient since this
project has no external dependencies. For people that want to use the static
version of libgit2, this module can be vendored and the following can be added
to their `go.mod` file:
replace github.com/libgit2/git2go => ./vendor/github.com/libgit2/git2go
2019-01-06 07:34:50 -08:00