fix(git): use git ft for manual log invocation

This commit is contained in:
2026-04-28 03:45:04 +02:00
parent 991593fa7b
commit 461a4a8158
+1 -1
View File
@@ -11,7 +11,7 @@ local M = {}
---@type table<string, ow.Git.SplitHandler> ---@type table<string, ow.Git.SplitHandler>
local SPLIT_HANDLERS = { local SPLIT_HANDLERS = {
log = { ft = "gitlog" }, log = { ft = "git" },
show = { ft = "git", needs_ref = true }, show = { ft = "git", needs_ref = true },
["cat-file"] = { ft = "git", needs_ref = true }, ["cat-file"] = { ft = "git", needs_ref = true },
diff = { ft = "diff" }, diff = { ft = "diff" },