Skip to content

Tags: libgit2/git2go

Tags

v35.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
libgit2 v1.5.0 #major (#929)

Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`.

Fixes: #899

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Co-authored-by: lhchavez <lhchavez@lhchavez.com>

v34.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
libgit2 v1.5.0 #major (#929)

Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`.

Fixes: #899

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Co-authored-by: lhchavez <lhchavez@lhchavez.com>

v33.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add refspec bindings (#898)

This add support for the parse, access, and transform functions for
refspec objects.

v32.1.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add refspec bindings (#898) (#907)

This add support for the parse, access, and transform functions for
refspec objects.

(cherry picked from commit eae0077)

Co-authored-by: William Bain <bain.william.a@gmail.com>

v32.1.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900) (#904)

* rebase: Fix missing initialization of the repo pointer

While the `Rebase` structure has a pointer to the repository the rebase
is creatde in, this pointer isn't ever initialized. Fix this.

* rebase: Add wrapper for `git_rebase_inmemory_index()`

Add a new wrapper for `git_rebase_inmemory_index()`, which can be used
to retrieve the index for an in-memory rebase.

Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
(cherry picked from commit e7d1b2b)

Co-authored-by: Patrick Steinhardt <ps@pks.im>

v31.7.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add refspec bindings (#898) (#906)

This add support for the parse, access, and transform functions for
refspec objects.

(cherry picked from commit eae0077)

Co-authored-by: William Bain <bain.william.a@gmail.com>

v31.7.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900) (#902)

* rebase: Fix missing initialization of the repo pointer

While the `Rebase` structure has a pointer to the repository the rebase
is creatde in, this pointer isn't ever initialized. Fix this.

* rebase: Add wrapper for `git_rebase_inmemory_index()`

Add a new wrapper for `git_rebase_inmemory_index()`, which can be used
to retrieve the index for an in-memory rebase.

Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
(cherry picked from commit e7d1b2b)

Co-authored-by: Patrick Steinhardt <ps@pks.im>

v30.6.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add refspec bindings (#898) (#909)

This add support for the parse, access, and transform functions for
refspec objects.

(cherry picked from commit eae0077)

Co-authored-by: William Bain <bain.william.a@gmail.com>

v30.6.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900) (#905)

* rebase: Fix missing initialization of the repo pointer

While the `Rebase` structure has a pointer to the repository the rebase
is creatde in, this pointer isn't ever initialized. Fix this.

* rebase: Add wrapper for `git_rebase_inmemory_index()`

Add a new wrapper for `git_rebase_inmemory_index()`, which can be used
to retrieve the index for an in-memory rebase.

Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
(cherry picked from commit e7d1b2b)

Co-authored-by: Patrick Steinhardt <ps@pks.im>

v28.9.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add refspec bindings (#898) (#910)

This add support for the parse, access, and transform functions for
refspec objects.

(cherry picked from commit eae0077)

Co-authored-by: William Bain <bain.william.a@gmail.com>