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
be5a99a807
Rename the default branch to `main` ( #786 )
...
We've renamed the default branch from `master` to `main`, so we need to
change a bunch of references to that.
2021-09-04 13:33:34 -07:00
lhchavez
77460dd7f0
Use the correct branch name for backporting into v1.0 ( #674 )
...
This change uses the correct branch name (`release-1.0`) to backport
changes into the v1.0 branch.
2020-11-02 19:15:32 -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
lhchavez
2ac9f4e69b
Add two more GitHub Actions workflows ( #633 )
...
This change adds:
* `tag.yml`: Creates a new tag every time the master or a release branch
is pushed.
* `backport.yml`: Creates a cherry-pick in older release branches to
keep them up to date with little cost.
2020-08-16 07:27:17 -07:00