]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
git send-email: add --annotate option
authorPierre Habouzit <madcoder@debian.org>
Mon, 10 Nov 2008 23:54:01 +0000 (00:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2008 04:31:29 +0000 (20:31 -0800)
commit8fd5bb7f44b7192a564ebe4f9db376af9fe148ec
treeb332c9e6042d51852300a9e283045f388573a788
parent5df9fcf695a0ba85abfeed68efb3b1c5890068d6
git send-email: add --annotate option

This allows to review every patch (and fix various aspects of them, or
comment them) in an editor just before being sent. Combined to the fact
that git send-email can now process revision lists, this makes git
send-email and efficient way to review and send patches interactively.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
git-send-email.perl