[libvirt] [PATCH] build: avoid dirty docs on fresh bootstrap

* HACKING: Regenerate. --- Pushing under the trivial rule. HACKING | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index ab1a329..da5e771 100644 --- a/HACKING +++ b/HACKING @@ -36,11 +36,12 @@ Then, when you want to post your patches: git send-email --cover-letter --no-chain-reply-to --annotate \ --to=libvir-list@redhat.com master -(Note that the "git send-email" subcommand is usually not in the main git -package, but part of a sub-package called "git-email".) For a single patch you -can omit "--cover-letter", but series of a two or more patches needs a cover -letter. If you get tired of typing "--to=libvir-list@redhat.com" designation -you can set it in git config: +(Note that the "git send-email" subcommand may not be in the main git package +and using it may require installion of a separate package, for example the +"git-email" package in Fedora.) For a single patch you can omit +"--cover-letter", but a series of two or more patches needs a cover letter. If +you get tired of typing "--to=libvir-list@redhat.com" designation you can set +it in git config: git config sendemail.to libvir-list@redhat.com -- 1.7.11.4

On 09/11/2012 05:26 PM, Eric Blake wrote:
* HACKING: Regenerate. ---
Bah. I had remembered to do that when I first submitted the patch, but apparently forgot to do it again when I edited after Jirka's review :-/. Thanks for cleaning it up.
Pushing under the trivial rule.
HACKING | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/HACKING b/HACKING index ab1a329..da5e771 100644 --- a/HACKING +++ b/HACKING @@ -36,11 +36,12 @@ Then, when you want to post your patches: git send-email --cover-letter --no-chain-reply-to --annotate \ --to=libvir-list@redhat.com master
-(Note that the "git send-email" subcommand is usually not in the main git -package, but part of a sub-package called "git-email".) For a single patch you -can omit "--cover-letter", but series of a two or more patches needs a cover -letter. If you get tired of typing "--to=libvir-list@redhat.com" designation -you can set it in git config: +(Note that the "git send-email" subcommand may not be in the main git package +and using it may require installion of a separate package, for example the +"git-email" package in Fedora.) For a single patch you can omit +"--cover-letter", but a series of two or more patches needs a cover letter. If +you get tired of typing "--to=libvir-list@redhat.com" designation you can set +it in git config:
git config sendemail.to libvir-list@redhat.com
participants (2)
-
Eric Blake
-
Laine Stump