You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it will raise TypeError: expected new array length or list/tuple/str, not _cffi_backend._CDataBase at encoding_cstr = ffi.new('char[]', to_bytes(encoding)) while libgit2 supports setting NULL and not setting encoding in the commit message
The text was updated successfully, but these errors were encountered:
Currently, it will raise
TypeError: expected new array length or list/tuple/str, not _cffi_backend._CDataBase
atencoding_cstr = ffi.new('char[]', to_bytes(encoding))
while libgit2 supports settingNULL
and not setting encoding in the commit messageThe text was updated successfully, but these errors were encountered: