Uploading output from git format-patch fails when version has more than 2 dots, e.g. git version 2.24.1.windows.2 which is currently recommended by e.g. GitExtensions or 2.24.1.rc on linux.
Phabricator complains with:
Diff Parse Exception: Expected a hunk header, like 'Index: /path/to/file.ext' (svn), 'Property changes on: /path/to/file.ext' (svn properties), 'commit 59bcc3ad6775562f845953cf01624225' (git show), 'diff --git' (git diff), '--- filename' (unified diff), or 'diff -r' (hg diff or patch).
2318 .. _`https://reviews.llvm.org`: https://reviews.llvm.org 2319 .. _Code Repository Browser: https://reviews.llvm.org/diffusion/ 2320 .. _Arcanist Quick Start: https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/ 2321 .. _Arcanist User Guide: https://secure.phabricator.com/book/phabricator/article/arcanist/ 2322 .. _llvm-reviews GitHub project: https://github.com/r4nt/llvm-reviews/ >>> 2323 -- 2324 2.24.1.windows.2 2325
While you're here, please delete the svn line.