diff options
author | Claudio Bandera <claudio.bandera@kit.edu> | 2015-10-18 12:19:10 +0200 |
---|---|---|
committer | Claudio Bandera <claudio.bandera@kit.edu> | 2015-10-18 12:19:10 +0200 |
commit | 50b6104983e6b1fb6ab7b545e3fc1eb1c28cd9a1 (patch) | |
tree | 195aa60f32482ac9b55a6c56e1000255303610a6 /git-radar | |
parent | 096877942309a4bed2ac3e4fb0d4fcb962fe557f (diff) | |
parent | eb0e287cb322ef7cebd77941d51910180aefb185 (diff) | |
download | git-sonar-50b6104983e6b1fb6ab7b545e3fc1eb1c28cd9a1.tar.gz git-sonar-50b6104983e6b1fb6ab7b545e3fc1eb1c28cd9a1.zip |
Merge remote-tracking branch 'upstream/master' into hotfix/unittests
Conflicts:
radar-base.sh
Diffstat (limited to 'git-radar')
-rwxr-xr-x | git-radar | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,7 @@ if [[ -z $@ ]]; then _conflicted_them="\033[1;33mT\033[0m" _ahead_master="\xF0\x9D\x98\xAE \033[1;32m←\033[0m" _local_diverged="\033[1;33m⇵\033[0m" + _stash="\033[1;33m≡\033[0m" echo "git-radar - a heads up display for git" echo "" echo "examples:" @@ -51,6 +52,8 @@ if [[ -z $@ ]]; then echo " # rebase complete, our rewritten commits now need pushed up" printf " $_git$_ahead_master 3 $_my_branch$_endgit" echo " # origin/my-branch is up to date with master and has our 3 commits waiting merge" + printf " $_git$_master$_endgit 3$_stash" + echo " # You have 3 stashes stored" echo "" echo "usage:" |