use explicit git commands
This commit is contained in:
parent
a74b039914
commit
2ce180f562
1 changed files with 1 additions and 1 deletions
2
gis
2
gis
|
|
@ -109,7 +109,7 @@ for dir in $git_dirs; do
|
|||
status_char="${status:0:1}"
|
||||
[[ "$status_keys" != *"$status_char"* ]] && status_keys="${status_keys}${status_char}"
|
||||
fi
|
||||
done < <(git status -sb --porcelain)
|
||||
done < <(git status --short --branch --porcelain)
|
||||
status_keys="${status_keys}${remote_status_keys}"
|
||||
|
||||
# Beautify status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue