diff options
author | Malfurious <m@lfurio.us> | 2021-08-24 06:29:45 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-08-24 06:29:45 -0400 |
commit | 07de57717b87740dcf01fad7449d3bd7594d4369 (patch) | |
tree | 9e9a21a978c46b4b40e0e026b0c07250feea950e | |
parent | 2276cb2163ff137b4d323cd8f63ec7af89f5784d (diff) | |
download | git-sonar-0.8.tar.gz git-sonar-0.8.zip |
Signed-off-by: Malfurious <m@lfurio.us>
-rwxr-xr-x | git-sonar | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,8 @@ # # A heads up display for git +GIT_SONAR_VERSION="v0.8" + ################################################################################ # Original sonar-base ################################################################################ @@ -537,6 +539,7 @@ usage() { _local_diverged="\033[1;33m⇵\033[0m" _stash="\033[1;33m≡\033[0m" echo "git-sonar - a heads up display for git" + echo " $GIT_SONAR_VERSION" echo "" echo "examples:" echo -ne " $_git$_master$_endgit" |