Files
@ c387989f868f
Branch filter:
Location: kallithea/.hgsigs
c387989f868f
1.7 KiB
text/plain
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.