UNCLASSIFIED - NO CUI

Skip to content

Update dependency libgit2/libgit2 to v1.8.0

This MR contains the following updates:

Package Type Update Change
libgit2/libgit2 ironbank-github minor v1.7.2 -> v1.8.0

Release Notes

libgit2/libgit2 (libgit2/libgit2)

v1.8.0: libgit2 v1.8.0

Compare Source

v1.8

This is release v1.8.0, "Das Fliegende Klassenzimmer". This release includes optional, experimental support for invoking OpenSSH to fetch and push, an easier mechanism to perform the default behavior of git commit, and has many improvements for worktrees. This release also includes many other new features and bugfixes.

Major changes

Breaking changes

  • Adding WORKTREE configuration level (ABI breaking change) To support worktree configurations at the appropriate level (higher priority than local configuration, but lower priority than app-specific configuration), the GIT_CONFIG_LEVEL_WORKTREE level was introduced at priority 6. GIT_CONFIG_LEVEL_APP now begins at priority 7.

  • Changes to git_config_entry (ABI breaking change) The git_config_entry structure now contains information about the backend_type and origin_path. The unused payload value has been removed.

  • git_push_options includes remote push options (ABI breaking change) The git_push_options structure now contains a value for remote push options.

Other changes

New features
Bug fixes
Build and CI improvements
Documentation improvements
Platform compatibility fixes
Git compatibility fixes
Dependency updates

New Contributors

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


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