From 0cf1c5e2ebcbc2b48e9b4ecb75ee7790c3c8c57c Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sat, 23 Nov 2019 18:13:03 -0500 Subject: [PATCH] fix --- vendor/clink.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/clink.lua b/vendor/clink.lua index 76904c3..c029966 100644 --- a/vendor/clink.lua +++ b/vendor/clink.lua @@ -285,7 +285,7 @@ end -- @return {bool} --- local function get_git_status_setting() - gitStatusSetting = io.popen("git --no-pager config -l") + gitStatusSetting = io.popen("git --no-pager config -l 2>nul") for line in gitStatusSetting:lines() do if string.match(line, 'cmder.status=false') or string.match(line, 'cmder.cmdstatus=false') then