aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core/git.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-01 12:20:07 -0500
committerJesús <heckyel@hyperbola.info>2021-10-01 12:20:07 -0500
commit0c4d7f18d5cc5d73f126fbabdd6576fa04fb81ae (patch)
treefd43abba3f08fe37b26e6e3dd8fe2518ae66d848 /hyperterm/core/git.sh
parent0aa679ba8960fb765a38262c14d93752aa5054d8 (diff)
downloadhyperterm-0c4d7f18d5cc5d73f126fbabdd6576fa04fb81ae.tar.lz
hyperterm-0c4d7f18d5cc5d73f126fbabdd6576fa04fb81ae.tar.xz
hyperterm-0c4d7f18d5cc5d73f126fbabdd6576fa04fb81ae.zip
git: update states
Diffstat (limited to 'hyperterm/core/git.sh')
-rw-r--r--hyperterm/core/git.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperterm/core/git.sh b/hyperterm/core/git.sh
index 26c1081..f008d84 100644
--- a/hyperterm/core/git.sh
+++ b/hyperterm/core/git.sh
@@ -258,6 +258,7 @@ function _prompt_get_git_status() {
110111111) printf '%s%s' "${__upulls}" "$count_behind";;
101111111) printf '%s%s' "${__ahs}" "$count_ahead";;
111001111) printf '%s%s' "${__ps}${__duus}${__stusts}" "$count_dirty";;
+ 011111111) printf '%s%s' "${__dss}" "$count_dirty";;
010111111) printf '%s%s%s' "${__duplls}" "$count_behind" "$count_dirty";;
001111111) printf '%s%s%s' "${__duphs}" "$count_ahead" "$count_dirty";;
000111111) printf '%s%s%s' "${__duus}" "$count_behind-$count_ahead" "$count_dirty";;