Re: gitk-1.0 released
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2016-06-15 22:41:57
On Thu, 2005-05-19 at 23:05 +1000, Paul Mackerras wrote:
I have released a new version of gitk. I got brave and called it 1.0 and it is at: http://ozlabs.org/~paulus/gitk-1.0 (that's the actual script itself). Gitk is a git commit viewer with the following features: * Clear and compact representation of the commit graph * Displays headline, author and date of each commit in the summary window * Displays the full details of one commit - the comments, list of files and colorized diff - in the details window * Find function for searching through commits * Displays the SHA1 ID of the selected commit and makes it the X selection so it can be pasted into other windows * Convenient key bindings for scanning through each commit in turn
Cool ! Here's a feature request though: beeing able to type/paste a SHA1 in the SHA1 ID field to "jump" to that commit :) Ben.