fix(git): keep index URI buffer in sync on save and reload

This commit is contained in:
2026-05-06 04:05:54 +02:00
parent 74bfd552f2
commit abb5434893
3 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ function M.init()
pattern = "git://*",
group = group,
callback = function(args)
require("git.object").read_uri(args.buf)
require("git.object").read_uri(args.buf, { force = true })
end,
})