1
0
Fork 0

Git-plugin: Use the porcelain command of git status

pull/40/head
Colin Hebert 13 years ago
parent 38937d923d
commit 3d3c20af66

@ -206,7 +206,7 @@ function git-info() {
_git_info_executing=true
# Use short status for easy parsing.
status_cmd='git status --short --branch'
status_cmd='git status --porcelain'
# Get remote's name.
remote_cmd='git rev-parse --verify HEAD@{upstream} --symbolic-full-name'
# Get commits count between the local and the remote branch

Loading…
Cancel
Save