libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

Remove redundant to_bytes in remote fetch #1139

Closed alexfikl closed 2 years ago

alexfikl commented 2 years ago

Encoded again just below in

err = C.git_remote_fetch(self._remote, arr, opts, to_bytes(message))