fix(git): show merge commits diffed against the first parent

This commit is contained in:
2026-05-20 07:14:36 +02:00
parent 2064c629ed
commit 7c8975af10
2 changed files with 18 additions and 2 deletions
+1 -2
View File
@@ -184,8 +184,7 @@ local function populate(buf, r, rev, state, rev_sha)
local patch = util.git({
"diff-tree",
"-p",
"-m",
"--first-parent",
"--diff-merges=first-parent",
"--root",
"--no-commit-id",
commit_sha,