We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddec3e8 commit 0cf1c5eCopy full SHA for 0cf1c5e
vendor/clink.lua
@@ -285,7 +285,7 @@ end
285
-- @return {bool}
286
---
287
local function get_git_status_setting()
288
- gitStatusSetting = io.popen("git --no-pager config -l")
+ gitStatusSetting = io.popen("git --no-pager config -l 2>nul")
289
290
for line in gitStatusSetting:lines() do
291
if string.match(line, 'cmder.status=false') or string.match(line, 'cmder.cmdstatus=false') then
0 commit comments