UNCLASSIFIED - NO CUI

Skip to content

Update dependency libgit2/libgit2 to v1.8.1

This MR contains the following updates:

Package Type Update Change
libgit2/libgit2 ironbank-github patch v1.8.0 -> v1.8.1

Release Notes

libgit2/libgit2 (libgit2/libgit2)

v1.8.1: libgit2 v1.8.1

Compare Source

This release primarily includes straightforward bugfixes, as well as new functionality to have more control over the HTTP User-Agent header. However, there is an API change from v1.8 that was required for cross-platform compatibility.

In v1.8, libgit2 introduced the report_unchanged member in the git_fetch_options structure. We mistakenly introduced this as a bitfield, which is not suitable for our public API. To correct this mistake, we have removed the report_unchanged member. To support the report unchanged tips option, users can set the update_fetchhead member to include the GIT_REMOTE_UPDATE_REPORT_UNCHANGED value.

The libgit2 projects regrets the API change, but this was required to support cross-platform compatibility.

What's Changed

New features
Bug fixes
Build and CI improvements
Documentation improvements
Dependency updates

New Contributors

Full Changelog: https://github.com/libgit2/libgit2/compare/v1.8.0...v1.8.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports