From ca93395bbfc818e6408e185d7d331e60068e78d2 Mon Sep 17 00:00:00 2001 From: Fakerr Date: Mon, 27 Feb 2017 21:43:32 +0100 Subject: [PATCH] update info --- git-recall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-recall b/git-recall index b791b0f..1defc8f 100644 --- a/git-recall +++ b/git-recall @@ -10,6 +10,7 @@ usage() { -a, --author Author name. -f, --fetch fetch commits. -h, --help This message. + -v, --version Show version. -- End of options. EOF } @@ -25,7 +26,7 @@ COMMITS="" COMMITS_UNCOL=() # commits without colors LESSKEY=false SED_BIN="" # Sed option to use according OS. -VERSION="1.1.5" +VERSION="1.1.7" # Are we in a git repo? if [[ ! -d ".git" ]] && ! git rev-parse --git-dir &>/dev/null; then