On 6/20/21 8:15 PM, Olivier Langlois wrote: >> > I found my problem. I had to add the option --thread to git format- > patch > > as in: > $ git format-patch --thread -o ~/patches HEAD^ fwiw, was always using $ git format-patch -n --thread=shallow --subject-prefix "PATCH" -o <path> --cover-letter HEAD~N..HEAD~0 without --cover-letter if a single patch -- Pavel Begunkov