diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-15 13:29:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-15 13:29:39 -0500 |
commit | 2e507a2d2fe6672bc72a735d0b8fd548bac2eee8 (patch) | |
tree | bee43cb9c3ba791c4efb4135ab50cf112fa0342d | |
parent | d721a43bbc530543edc5cde8340558447e7dcd30 (diff) | |
download | hyperterm-2e507a2d2fe6672bc72a735d0b8fd548bac2eee8.tar.lz hyperterm-2e507a2d2fe6672bc72a735d0b8fd548bac2eee8.tar.xz hyperterm-2e507a2d2fe6672bc72a735d0b8fd548bac2eee8.zip |
Add new stage
-rw-r--r-- | hyperterm/core/git.sh | 2 | ||||
-rw-r--r-- | hyperterm/hyperterm.sha512 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/hyperterm/core/git.sh b/hyperterm/core/git.sh index 991293a..26c1081 100644 --- a/hyperterm/core/git.sh +++ b/hyperterm/core/git.sh @@ -281,6 +281,7 @@ function _prompt_get_git_status() { 011000001) printf '%s%s' "${__ps}${__dss}${__stusts}${__nfs}${__uts}${__dfs}" "$count_dirty";; 011011111) printf '%s%s' "${__ps}${__dss}${__sts}" "$count_dirty";; 011010111) printf '%s%s' "${__ps}${__dss}${__sts}${__nfs}" "$count_dirty";; + 011010011) printf '%s%s' "${__ps}${__dss}${__sts}${__nfs}${__uts}" "$count_dirty";; 011010101) printf '%s%s' "${__ps}${__dss}${__sts}${__nfs}${__dfs}" "$count_dirty" ;; 011010001) printf '%s%s' "${__ps}${__dss}${__sts}${__nfs}${__uts}${__dfs}" "$count_dirty";; 011011011) printf '%s%s' "${__ps}${__dss}${__sts}${__uts}" "$count_dirty";; @@ -315,6 +316,7 @@ function _prompt_get_git_status() { 001000001) printf '%s%s' "${__ps}${__duus}${__stusts}${__nfs}${__uts}${__dfs}" "$count_dirty";; 001011111) printf '%s%s' "${__ps}${__duus}${__sts}" "$count_dirty";; 001010111) printf '%s%s' "${__ps}${__duus}${__sts}${__nfs}" "$count_dirty" ;; + 001010011) printf '%s%s' "${__ps}${__duus}${__sts}${__nfs}${__uts}" "$count_dirty";; 001010101) printf '%s%s' "${__ps}${__duus}${__sts}${__nfs}${__dfs}" "$count_dirty" ;; 001010001) printf '%s%s' "${__ps}${__duus}${__sts}${__nfs}${__uts}${__dfs}" "$count_dirty";; 001011011) printf '%s%s' "${__ps}${__duus}${__sts}${__uts}" "$count_dirty";; diff --git a/hyperterm/hyperterm.sha512 b/hyperterm/hyperterm.sha512 index c9d3738..4ea8030 100644 --- a/hyperterm/hyperterm.sha512 +++ b/hyperterm/hyperterm.sha512 @@ -13,7 +13,7 @@ fab9d339a99c7d2e1809d1c44f533523c6bfcdcc8d63c62b335ce7d4c666c8bdd7ac319316bf71f0 1273dbe1fcfab9737d377e8666de47aef4a6d564a9a7c35816d6a91c345238bb19335572c89ff024d6d68213de3b4d9da665582c123fc42e51c37ad46aace3d8 ./tools/network.sh 7447d3e167ab207d3ef4218e201a06bf5a3fc23281639f16f7f405f1d66b73923845d450fdb0a94672757866a9da0324f728564a1b61b2ed1678fe576eb565cf ./core/autocomplete.sh 065cfa39f1b4312ed275ad1039827a24f703176c653a8d27303d145f9d389a60ec5b3a9eb167e060cc6fd093b9c03cfb1a8b70254d444fbc6e62e2297d88b310 ./core/status.sh -a32b6429284804990b87531f3c268658bbaa9a51c5c83dcc730e61895ab6851e45e8dfbe9d35427dbd40f5fd5d2917eb03f326a5293f3b35a9cef505e467a941 ./core/git.sh +a8729da31e95e00605283788aaedc25d61243d722ab1b62983a554f9255d2469144695205f43fe2d6fd2fdd976e6045db6fa82d76746bc6a0be4fab581277901 ./core/git.sh 915196c638ac432a0eccb4cd127af14398385cb7094b3f6142adc21e4c4f155214ead74511f21b6acf20d2edad8934e893a8900ceafc59df8e66bc789095d58c ./core/update.sh f3e00b2aa8ab9f3ab44570adaa2520408ed66fd00f551654d60b64a4be3546ec781b7efa39bcd774937e654b6ffb4c7af3f21eeb36caf9c01f82f85cf28e2b4d ./core/languages.sh 1cfba599047d84a17ff92b695ebf527a505a30acc9ec21a2b9f410a7ea6dde4b23b5cf62e557d82f2fe9a8980649942424b879ca53baae4d4cb3057681baa7b6 ./core/colors.sh |