Files
@ c387989f868f
Branch filter:
Location: kallithea/setup.cfg
c387989f868f
711 B
text/x-ini
git: fix upload-pack content-type with py3
It is checked earlier that git_command is one of two string constants, and with
py3, things are much simpler and we don't have to consider string coersion.
Reported and debugged by Valentin.
It is checked earlier that git_command is one of two string constants, and with
py3, things are much simpler and we don't have to consider string coersion.
Reported and debugged by Valentin.