Re: [PATCH 3/3] t/t4013: add test for --diff-merges=off
From: Junio C Hamano <hidden>
Date: 2020-08-05 22:31:40
Sergey Organov [off-list ref] writes:
quoted hunk
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 master
I think we want to also test it in a different order, e.g.
log --first-parent --diff-merges=off -p master
other than that, these three patches all look good to me.
Thanks.