update info

This commit is contained in:
Fakerr 2017-02-27 21:43:32 +01:00
parent e1f5933e76
commit ca93395bbf

View file

@ -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