Re: [PATCH v2 06/11] git-svn tests: rewrite brittle tests to use "--[no-]merges".
From: Junio C Hamano <hidden>
Date: 2021-01-16 21:51:56
From: Junio C Hamano <hidden>
Date: 2021-01-16 21:51:56
Æ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.