8000 libgit2: Bump to v1.8.1 by bnjmnt4n · Pull Request #1032 · rust-lang/git2-rs · GitHub
[go: up one dir, main page]

Skip to content

libgit2: Bump to v1.8.1 #1032 8000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b534e13
libgit2: Bump to v1.8.0
bnjmnt4n Mar 1, 2024
7fa64c6
remote: Update struct representation for `git_push_options`
bnjmnt4n Mar 2, 2024
cb8bbc6
lib: Add `RemoteUpdateFlags` bitflag
bnjmnt4n Mar 2, 2024
6cb97bc
remote: Update `git_remote_update_tips` to use `RemoteUpdateFlags`
bnjmnt4n Mar 2, 2024
3433353
remote: Update `git_fetch_options` to use `RemoteUpdateFlags`
bnjmnt4n Mar 2, 2024
b766291
libgit2-sys: Update struct representation for `git_config_entry`
bnjmnt4n Mar 2, 2024
202b38c
libgit2-sys: Add new git error code enums
bnjmnt4n Mar 2, 2024
ee69ec5
repo: Update `git_commit_create` and `git_commit_create_buffer`
bnjmnt4n Mar 2, 2024
8b5fba7
lib: Add `ConfigLevel::Worktree`
bnjmnt4n Mar 22, 2024
c074cab
worktree: Update struct representation for `git_worktree_add_options`
bnjmnt4n Mar 22, 2024
3bde019
libgit2-sys: Fix build issue with libssh2
bnjmnt4n Mar 2, 2024
26853d9
tests: Account for new `worktreeconfig` extension added
bnjmnt4n Mar 22, 2024
eeb04b9
cred/tests: Account for changes in `git_config`
bnjmnt4n Mar 22, 2024
e21a5de
test: Fix `realpath` failure on Windows
bnjmnt4n Mar 23, 2024
2a617b6
systest: Add `errors.h` header file
bnjmnt4n Mar 2, 2024
a65e7a4
libgit2-sys: Bump versions
bnjmnt4n Mar 22, 2024
449c6be
libgit2: Bump to v1.8.1
bnjmnt4n May 15, 2024
8640496
libgit2-sys: Switch to new bundled llhttp HTTP parser
bnjmnt4n May 15, 2024
78872dd
remote: Update `git_fetch_options` to use bitflags instead of bitfields
bnjmnt4n May 15, 2024
938df21
libgit2-sys: Add updated enum values for `git_libgit2_opt_t`
bnjmnt4n May 16, 2024
76ecfe7
contributing: Add note about `git diff`
bnjmnt4n Mar 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
contributing: Add note about git diff
  • Loading branch information
bnjmnt4n committed May 16, 2024
commit 76ecfe7d821d8cdb5ba13f1ce6b05736bdc922ee
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following steps can be used to update libgit2:
can be helpful for seeing what has changed.
The project has recently started labeling API and ABI breaking changes with labels:
<https://github.com/libgit2/libgit2/pulls?q=is%3Apr+label%3A%22api+breaking%22%2C%22abi+breaking%22+is%3Aclosed>
Alternatively, running `git diff [PREV_VERSION]..[NEW_VERSION] --ignore-all-space -- include/` can provide an overview of changes made to the API.
4. Once you have everything functional, publish a PR with the updates.

## Release process
Expand Down
0