fix(git): rename show() to open()
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ local DEFAULT_MAX_COUNT = 1000
|
||||
---@field max_count integer? cap on commits to show. Nil uses the default, <= 0 means "all"
|
||||
|
||||
---@param opts ow.Git.LogOpts?
|
||||
function M.show(opts)
|
||||
function M.open(opts)
|
||||
opts = opts or {}
|
||||
local max_count = opts.max_count
|
||||
if max_count == nil then
|
||||
|
||||
Reference in New Issue
Block a user