diff --git a/docs/hacking.html.in b/docs/hacking.html.in index 1da2cbbd9f..42c8596abe 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -29,7 +29,11 @@ file from zanata.

-
  • Post patches using git send-email.

    +
  • The simplest way to send patches is to use the + git-publish + tool. All libvirt-related repositories contain a config file that + tells git-publish to use the correct mailing list and subject prefix.

    +

    Alternatively, you may send patches using git send-email.

    Also, for code motion patches, you may find that git diff --patience provides an easier-to-read patch. However, the usual workflow of libvirt developer is: