Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LibGit2] Adapt RemoteCallbacks
Browse files Browse the repository at this point in the history
Suggested-by: Antonio Rojas <arojas@archlinux.org>
giordano committed Jan 5, 2025
1 parent 903923e commit cb6f8c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/LibGit2/src/types.jl
Original file line number Diff line number Diff line change
@@ -237,6 +237,9 @@ Matches the [`git_remote_callbacks`](https://libgit2.org/libgit2/#HEAD/type/git_
@static if LibGit2.VERSION >= v"0.99.0"
resolve_url::Ptr{Cvoid} = C_NULL
end
@static if LibGit2.VERSION >= v"1.9.0"
update_refs::Ptr{Cvoid} = C_NULL
end
end
@assert Base.allocatedinline(RemoteCallbacks)

0 comments on commit cb6f8c7

Please sign in to comment.