From 05552dc51ca8ccdfdef965580328f73694ba95dc Mon Sep 17 00:00:00 2001 From: David Refoua Date: Wed, 16 Jul 2025 04:18:03 +0330 Subject: [PATCH] added a comment --- vendor/git-prompt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/git-prompt.sh b/vendor/git-prompt.sh index 0b41f90..1b67e76 100644 --- a/vendor/git-prompt.sh +++ b/vendor/git-prompt.sh @@ -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 \ No newline at end of file +fi