Skip to content

libgit2-sys: Add git_odb_backend_data_malloc and git_odb_backend_data_free #1178

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 2 commits into from
Aug 16, 2025

Conversation

tecc
Copy link
Contributor

@tecc tecc commented Aug 16, 2025

Added git_odb_backend_data_malloc and git_odb_backend_data_free to libgit2-sys.

Deprecated git_odb_backend_malloc in favour of the above two functions as it has been deprecated for over 6 years.

Added `git_odb_backend_data_malloc` and `git_odb_backend_data_free`.

Deprecated `git_odb_backend_malloc` in favour of the above two functions
as it has been deprecated for over 6 years.
@rustbot rustbot added the S-waiting-on-review Status: Waiting on review label Aug 16, 2025
Copy link
Member

@weihanglo weihanglo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weihanglo weihanglo added this pull request to the merge queue Aug 16, 2025
Merged via the queue into rust-lang:master with commit ae91c48 Aug 16, 2025
7 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Waiting on review label Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants