Update dependency libgit2/libgit2 to v1.6.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
libgit2/libgit2 | ironbank-github | patch |
v1.6.1 -> v1.6.3
|
Release Notes
libgit2/libgit2
v1.6.3
: libgit2 v1.6.3
What's Changed
Bug fixes
- odb: restore
git_odb_open
by @ethomson in https://github.com/libgit2/libgit2/pull/6520 - Ensure that
git_index_add_all
handles ignored directories by @ethomson in https://github.com/libgit2/libgit2/pull/6521 - pack: use 64 bits for the number of objects by @carlosmn in https://github.com/libgit2/libgit2/pull/6530
Build and CI improvements
- Remove unused wditer variable by @georgthegreat in https://github.com/libgit2/libgit2/pull/6518
- fs_path: let root run the ownership tests by @ethomson in https://github.com/libgit2/libgit2/pull/6513
- sysdir: Do not declare win32 functions on non-win32 platforms by @Batchyx in https://github.com/libgit2/libgit2/pull/6527
- cmake: don't include
include/git2
by @ethomson in https://github.com/libgit2/libgit2/pull/6529
New Contributors
- @georgthegreat made their first contribution in https://github.com/libgit2/libgit2/pull/6518
Full Changelog: https://github.com/libgit2/libgit2/compare/v1.6.2...v1.6.3
v1.6.2
: libgit2 v1.6.2
What's Changed
Bug fixes
-
remote: always populate old id in update tips by @ethomson in https://github.com/libgit2/libgit2/pull/6506 The update tips callback would not always be properly provided with an empty (
0000000...
) OID for new refs. -
Revert #6503 by @ethomson in https://github.com/libgit2/libgit2/pull/6511 The certificate callback added port information for callbacks in #6503, but the format was ambiguous with IPv6 addresses. Revert this change temporarily.
-
Add
git_odb_backend_loose
back by @ethomson in https://github.com/libgit2/libgit2/pull/6512 During SHA256 refactoring, thegit_odb_backend_loose
API was accidentally removed. Add it back. -
meta: configure pkg-config .pc correctly by @ethomson in https://github.com/libgit2/libgit2/pull/6514 During SHA256 refactoring, the pkg-config
.pc
file was erroneously renamed togit2
instead oflibgit2
. Repair this.
Full Changelog: https://github.com/libgit2/libgit2/compare/v1.6.1...v1.6.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.