Skip to content

Commit 1aa5d90

Browse files
committed
Fix parents in binary Lua
1 parent aee1b2e commit 1aa5d90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/flog/graph.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ function M.get_graph(
222222
elseif enable_nvim then
223223
vim_commit_parents = {}
224224
vim_commit_merge_crossovers = { [vim.type_idx] = vim.types.dictionary }
225+
else
226+
vim_commit_parents = {}
225227
end
226228

227229
-- Build commit output

0 commit comments

Comments
 (0)