Open
Description
Should hiredis.c return a git_error_code type and not git_error_t? Libgit2 checks for if (error < 0) which does not catch git_error_t types.
This manifested in a nullptr instead of an error when trying git_blob_lookup_prefix against hiredis backend.
See https://github.com/libgit2/libgit2-backends/blob/master/redis/hiredis.c#L158 and https://github.com/libgit2/libgit2/blob/master/src/object.c#L190.
Metadata
Metadata
Assignees
Labels
No labels