Skip to content

Commit

Permalink
try --no-lock-index for Git
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Sep 17, 2016
1 parent df7beff commit bb312ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/clink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ end
-- @return {bool}
---
function get_git_status()
for line in io.popen("git status --porcelain 2>nul"):lines() do
for line in io.popen("git status --no-lock-index --porcelain 2>nul"):lines() do
return false
end
return true
Expand Down

0 comments on commit bb312ad

Please sign in to comment.