Merge branch 'alexjurkiewicz-git-commit'

This commit is contained in:
romkatv 2019-12-09 14:12:16 +01:00
commit 90238d8df8
3 changed files with 9 additions and 0 deletions

View file

@ -392,6 +392,9 @@
res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape %
fi
# Show the git commit
# res+=" (${VCS_STATUS_COMMIT:0:5})"
# ⇣42 if behind the remote.
(( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}${VCS_STATUS_COMMITS_BEHIND}"
# ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42.

View file

@ -385,6 +385,9 @@
res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape %
fi
# Show the git commit
# res+=" (${VCS_STATUS_COMMIT:0:5})"
# ⇣42 if behind the remote.
(( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}${VCS_STATUS_COMMITS_BEHIND}"
# ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42.

View file

@ -391,6 +391,9 @@
res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape %
fi
# Show the git commit
# res+=" (${VCS_STATUS_COMMIT:0:5})"
# ⇣42 if behind the remote.
(( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}${VCS_STATUS_COMMITS_BEHIND}"
# ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42.