author | Josh Triplett <josht@us.ibm.com> | |
Sat, 15 Jul 2006 00:48:51 +0000 (17:48 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 15 Jul 2006 03:41:36 +0000 (20:41 -0700) | ||
commit | d1566f7883f727f38bf442af3fdb69d36e6fcea2 | |
tree | 4ecb66358d83203fc1d811c4c2a5de9d1891fb7d | tree | snapshot |
parent | a3e65d74ee7ec9e6f49de7688a1cdac052910bd4 | commit | diff |
git-format-patch: Make the second and subsequent mails replies to the first
Add message_id and ref_message_id fields to struct rev_info, used in show_log
with CMIT_FMT_EMAIL to set Message-Id and In-Reply-To/References respectively.
Use these in git-format-patch to make the second and subsequent patch mails
replies to the first patch mail.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Add message_id and ref_message_id fields to struct rev_info, used in show_log
with CMIT_FMT_EMAIL to set Message-Id and In-Reply-To/References respectively.
Use these in git-format-patch to make the second and subsequent patch mails
replies to the first patch mail.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c | diff | blob | history | |
log-tree.c | diff | blob | history | |
revision.h | diff | blob | history |