refactor(git): split engine into core subpackage

This commit is contained in:
2026-05-10 17:20:22 +02:00
parent 8624f825eb
commit f50a09ecac
21 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function M.make_repo(files, opts)
pcall(vim.cmd.cd, "/tmp")
end
pcall(function()
require("git.repo").stop_all()
require("git.core.repo").stop_all()
end)
vim.wait(60)
for _, b in ipairs(vim.api.nvim_list_bufs()) do