From 84d86c9b73559e0978d3f43d66e8202b074ee87c Mon Sep 17 00:00:00 2001 From: Martin Gondermann Date: Fri, 24 Jan 2014 17:05:12 +0100 Subject: [PATCH] Fixed Symbols for ahead and behind --- git-prompt-help.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git-prompt-help.sh b/git-prompt-help.sh index 19d9312..ca6c5de 100644 --- a/git-prompt-help.sh +++ b/git-prompt-help.sh @@ -12,9 +12,9 @@ hash prefixed with ':'. TRACKING indicates how the local branch differs from the remote branch. It can be empty, or one of: - ${GIT_PROMPT_BRANCH}${GIT_PROMPT_REMOTE}↑N${ResetColor} - ahead of remote by N commits - ${GIT_PROMPT_BRANCH}${GIT_PROMPT_REMOTE}↓N${ResetColor} - behind remote by N commits - ${GIT_PROMPT_BRANCH}${GIT_PROMPT_REMOTE}↓M↑N${ResetColor} - branches diverged, other by M commits, yours by N commits + ${GIT_PROMPT_BRANCH}${ResetColor}${GIT_PROMPT_REMOTE}↑·N${ResetColor} - ahead of remote by N commits + ${GIT_PROMPT_BRANCH}${ResetColor}${GIT_PROMPT_REMOTE}↓·N${ResetColor} - behind remote by N commits + ${GIT_PROMPT_BRANCH}${ResetColor}${GIT_PROMPT_REMOTE}↓·M↑·N${ResetColor} - branches diverged, other by M commits, yours by N commits LOCALSTATUS is one of the following: @@ -35,7 +35,7 @@ git_prompt_examples() { cat <