Re: [ANNOUNCE] tig-0.14
From: Peter Baumann <hidden>
Date: 2016-06-15 22:46:08
First, let me say I like tig very much and apreciate your effort on
making it the best console based git viewer.
Now I have a little UI glitch, which might be solved already. If im
browsing through a lot of commits, I'd like to have a way to advance to
tne next/previous commit while also showing the diff like in the pictore
below. Right now I alwasy press 'q' to leave the diff view, select
commit C and press return to show me the diff. Wouldn't it be nice to
have a way to advance to the next diff without leaving the diff window?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| commit A
| >commit B
| commit C
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| diff --git a/tig.c b/tig.c
| index aec50bc..2dd0ef6 100644
| --- a/tig.c
| +++ b/tig.c
....
Greetings,
Peter