We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26efd01 commit 20679bcCopy full SHA for 20679bc
clink/app/scripts/git.lua
@@ -154,10 +154,10 @@ local function get_branch_slow(git_dir)
154
end
155
156
local file
157
- local branch, detached, commit
+ local branch, detached
158
159
-- Handle the most common case first.
160
- if not branch then
+ if not branch then -- luacheck: ignore 321
161
file = io.popen(git.makecommand(flags.."branch"))
162
if file then
163
for line in file:lines() do
0 commit comments