-------------------- - Improve 0.5.2 fix: generically use bytes for py3 and str for py2 envs
0.5.2
-------------------- - Origin refspec fix: during fetching the origin, the refspec was read and temporarliy stored. This is because we need to override narrowed CI induced refspecs in some cases. However, it was read with a newline caracter, which then was written back corrupting the git repository.