Closed carlosmn closed 2 years ago
We accept objects instead of their string oid but we were using Data_Get_Struct instead of the TypedData_Get_Struct we moved to use so this conversion from VALUE to git_object* would always fail.
Data_Get_Struct
TypedData_Get_Struct
VALUE
git_object*
Fixes #860
We accept objects instead of their string oid but we were using
Data_Get_Struct
instead of theTypedData_Get_Struct
we moved to use so this conversion fromVALUE
togit_object*
would always fail.Fixes #860