The git-send-email docs do not mention except in the usage lines the combined patch formatting/sending ability of git-send-email. This fills the hole. Signed-off-by: Paolo Bonzini <bonzini@xxxxxxx> --- Documentation/git-send-email.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index eb851b3..02bb0d3 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -33,6 +33,9 @@ script This format expects the first line of the file to contain the "Cc:" value and the "Subject:" of the message as the second line. +In addition, git send-email can be asked to generate patches with git +format-patch and send them. + OPTIONS ------- -- 1.6.0.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html