added a comment

This commit is contained in:
David Refoua
2025-07-16 04:18:03 +03:30
committed by GitHub
parent c6bfd6f276
commit 05552dc51c

View File

@ -1,3 +1,4 @@
# Returns 1 if git status for Cmder is disabled, otherwise returns 0
function getGitStatusSetting() {
local gitConfig
@ -92,4 +93,4 @@ then
test ! -f "$c" ||
. "$c"
done
fi
fi