Re: git-gui console app ?
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:26
Erik Colson [off-list ref] writes:
On Sat, Aug 04, 2007 at 08:03:42AM -0400, Jeff King wrote:quoted
On Sat, Aug 04, 2007 at 01:53:31PM +0200, Erik Colson wrote:quoted
Thanks for the very fast answer. I'm currently trying it out. However I can't figure out how to view the 'changed but not updated' in diff format...git-diff ? By default, it will show the changes between your working tree and the index (i.e., changed but not updated). You can show the diff of "updated but not commited" with "git-diff --cached".Peff, yep that is the info I would like to browse in a way git-gui does it... showing a list of the files in the diff, and letting the user select a file to show the part of the diff for that file.
Since you are an Emacs user, perhaps contrib/emacs/* would be more to your taste?