format-patch: thread as reply to cover letter even with in-reply-to
commit2175c10d5ad2769936f5bf5bcca5ea32715a7307
authorThomas Rast <trast@student.ethz.ch>
Thu, 19 Feb 2009 21:26:32 +0000 (19 22:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2009 04:26:10 +0000 (21 20:26 -0800)
treef5fa34e6da9a7ff4798824c8d3ed3b28c1f7ac12
parentb079c50e03a812f5c8197b8f38e0a5fe6dd31321
format-patch: thread as reply to cover letter even with in-reply-to

Currently, format-patch --thread --cover-letter --in-reply-to $parent
makes all mails, including the cover letter, a reply to $parent.
However, we would want the reader to consider the cover letter above
all the patches.

This changes the semantics so that only the cover letter is a reply to
$parent, while all the patches are formatted as replies to the cover
letter.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
t/t4014-format-patch.sh