fix(git): use git ft for manual log invocation
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ local M = {}
|
||||
|
||||
---@type table<string, ow.Git.SplitHandler>
|
||||
local SPLIT_HANDLERS = {
|
||||
log = { ft = "gitlog" },
|
||||
log = { ft = "git" },
|
||||
show = { ft = "git", needs_ref = true },
|
||||
["cat-file"] = { ft = "git", needs_ref = true },
|
||||
diff = { ft = "diff" },
|
||||
|
||||
Reference in New Issue
Block a user