Skip to content

Commit 28e435b

Browse files
committed
fix(git): fetch commit from origin or local to check if branch was changed. See #1549
1 parent 6d60dc3 commit 28e435b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/manage/task/git.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ M.branch = {
127127
return true
128128
end
129129
local branch = assert(Git.get_branch(plugin))
130-
return Git.get_commit(plugin.dir, branch)
130+
return Git.get_commit(plugin.dir, branch, true)
131131
end,
132132
run = function(self)
133133
local args = {

0 commit comments

Comments
 (0)