fix(picker.git_branches): git log preview. Closes #2360
Some checks are pending
CI / ci (push) Waiting to run

This commit is contained in:
Folke Lemaitre 2025-10-26 18:27:55 +01:00
parent b1a9010160
commit 597ebd4115
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -242,7 +242,7 @@ function M.git_log(ctx)
M.cmd(cmd, ctx, {
ft = "git",
---@param text string
on_line = function(text)
on_line = function(_, text)
local commit, msg, date, author = text:match("^(%S+) (.*) %((.*)%) <(.*)>$")
if commit then
row = row + 1