On 12/17/21 8:46 AM, Cédric Le Goater wrote:
On 12/17/21 17:33, Richard Henderson wrote:
Different docs failure:

Warning, treated as error:
/tmp/qemu-test/src/docs/system/ppc/pseries.rst:241:Unexpected indentation.

You can test this yourself with

make docker-test-build@ubuntu1804 TARGET_LIST=i386-softmmu

hmm, I will be more careful with documentation patches in the future.

How should I send a v3 without resending all patches ?

From the question, I assume you're using git publish... I'm not sure how to do so directly with that tool.

Maybe you can generate the email text with --inspect-emails, and then send only the cover letter manually with git send-email.

The by-hand process is

  git format-patch --subject-prefix=PULL --cover-letter master
  git request-pull master <url> <tag> >> 0000-*
  <edit cover-letter>
  git send-email --to=... --cc=... 0000-*


r~

Reply via email to