Steps to reproduce:
Create a repository in Phorge, and get its URL. In my case it's https://hub.sealcode.org/diffusion/ASCIIREPRO/non-ascii-filenames-repro.git
git clone https://hub.sealcode.org/diffusion/ASCIIREPRO/non-ascii-filenames-repro.git cd non-ascii-filenames-repro.git echo "2" >> "zażółć gęsią jaźń.txt" git add . git commit -a -m "Update" arc diff
Then, get the Revision number, and run
git clone https://hub.sealcode.org/diffusion/ASCIIREPRO/non-ascii-filenames-repro.git arc patch D123
The error says:
Created and checked out branch arcpatch-D1450. Checking patch "\"a/za\\305\\274\\303\\263\\305\\202\\304\\207 g\\304\\231si\\304\\205 ja\\305\\272\\305\\204.txt\"" => "za\305\274\303\263\305\202\304\207 g\304\231si\304\205 ja\305\272\305\204.txt"... error: "a/za\305\274\303\263\305\202\304\207 g\304\231si\304\205 ja\305\272\305\204.txt": does not exist in index