Skip to content

Commit 05552dc

Browse files
authored
added a comment
1 parent c6bfd6f commit 05552dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vendor/git-prompt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Returns 1 if git status for Cmder is disabled, otherwise returns 0
12
function getGitStatusSetting() {
23
local gitConfig
34

@@ -92,4 +93,4 @@ then
9293
test ! -f "$c" ||
9394
. "$c"
9495
done
95-
fi
96+
fi

0 commit comments

Comments
 (0)