Re: [PATCH 3/3] t/t4013: add test for --diff-merges=off
From: Sergey Organov <hidden>
Date: 2020-08-05 22:44:28
Junio C Hamano [off-list ref] writes:
Sergey Organov [off-list ref] writes:quoted
Signed-off-by: Sergey Organov <redacted> --- t/t4013-diff-various.sh | 1 + ...--diff-merges=off_-p_--first-parent_master | 78 +++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 t/t4013/diff.log_--diff-merges=off_-p_--first-parent_masterdiff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index 40e222c94520..86fb11cecc61 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh@@ -298,6 +298,7 @@ log --root -c --patch-with-stat --summary master # improved by Timo's patch log --root --cc --patch-with-stat --summary master log --no-diff-merges -p --first-parent master +log --diff-merges=off -p --first-parent masterI think we want to also test it in a different order, e.g. log --first-parent --diff-merges=off -p master
Dunno, why original Jeff series didn't need
log --first-parent --no-diff-merges -p master
then?
other than that, these three patches all look good to me.
Thanks, -- Sergey