From 3fa4d70cdc86092a412d2855a65a34dd8b4c3062 Mon Sep 17 00:00:00 2001 From: Fakerr Date: Sun, 15 Jan 2017 22:40:57 +0100 Subject: [PATCH] update README; fix version --- README.md | 4 ++-- git-hlog | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66cef5d..16a9487 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ $ git hlog [-a ] Once the commits are displayed, you can use the `arrow keys` to switch between commits, press `TAB` to `expand/reduce` the commit's diff or `q` to quit. -**Note** that when the commit's diff is too long, the result will be displayed using the [`less`](http://www.tutorialspoint.com/unix_commands/less.htm) program. In this case, -you need to press `q` to return to the commit list. +**Note** that when the commit's diff is too long, the result will be displayed using the [`less`](http://www.tutorialspoint.com/unix_commands/less.htm) program. You can use either +`TAB` or `q` to return to the commits list. ## Examples diff --git a/git-hlog b/git-hlog index 5050cb3..7d34bf1 100644 --- a/git-hlog +++ b/git-hlog @@ -22,7 +22,7 @@ FETCH=false GIT_FORMAT="" GIT_LOG="" COMMITS="" -VERSION="1.0.1" +VERSION="1.0.3" # Are we in a git repo? if [[ ! -d ".git" ]]; then