Documentation: git-send-mail can take rev-list arg to drive format-patch
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 11 Jun 2009 07:30:27 +0000 (09:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Jun 2009 06:35:05 +0000 (23:35 -0700)
The git-send-email docs do not mention except in the usage lines
the combined patch formatting/sending ability of git-send-email.
This patch expands on the possible arguments to git-send-email
and explains the meaning of the rev-list argument.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found