Ævar Arnfjörð Bjarmason [off-list ref] writes:
From: Jeff King <redacted>
Rewrite a brittle tests which used "rev-list" without "--[no-]merges"
to figure out if a set of commits turned into merge commits or not.
Signed-off-by: Jeff King <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Commit-message-by: Ævar Arnfjörð Bjarmason [off-list ref]
The last two entries are not chronological, but when you relay a
patch by others with tweaks, we typically do it more like this:
From: Jeff King [off-list ref]
Rewrite a brittle ...
Signed-off-by: Jeff King [off-list ref]
[ÆAB: wrote commit message]
Signed-off-by: Ævar Arnfjörð Bjarmason [off-list ref]
e.g. cf. 155067ab4f, a9ecaa06a723, 567ad2c0f9
Thanks.