Skip to content

patch: Decode downloaded patches

Nikolai Kondrashov requested to merge decode_downloaded_patches into master

Use response.text instead of response.content to have the downloaded patches converted to text. This fixes handling remote patches.

Merge request reports