git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitk-1.0 released
@ 2005-05-19 13:05 Paul Mackerras
  2005-05-19 13:24 ` Ingo Molnar
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Paul Mackerras @ 2005-05-19 13:05 UTC (permalink / raw)
  To: git

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

Gitk passes its command-line arguments to git-rev-tree to allow you to
select the range of commits to display.  With no arguments it will
display all the commits starting at HEAD.

The key bindings are:

up or p: select the commit on the next line up from the current one
down or n: select the commit on the next line down from the current one
pageup: scroll the commit summary window up one page
pagedown: scroll the commit summary window down one page
delete or backspace or b: scroll the details window up one page
space: scroll the details window down one page
u: scroll the details window up 18 lines
d: scroll the details window down 18 lines
f: move to the start of the next file diff in the details window
^F: search for commits matching the search string
^G or /: select the next commit matching the search string
^R or ?: select the previous commit matching the search string
^- or ^KP-: reduce the font size
^= or ^KP+: increase the font size
^Q: quit.

Features added since the last release include:

* Better error handling.
* Gitk now remembers the layout of the window, so if you adjust the
  sizes of the panes to suit, then quit and restart, it should display
  the panes in the proportions you have chosen.
* Instances of the search string are now highlighted in the details
  window as well as the summary window.
* The circle diameter and line thickness now scale with the font size.
* Accommodates the new git-diff-tree output format.

Paul.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-05-28 11:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 13:05 gitk-1.0 released Paul Mackerras
2005-05-19 13:24 ` Ingo Molnar
2005-05-19 13:30   ` Ingo Molnar
2005-05-19 22:32   ` Paul Mackerras
2005-05-20 11:22     ` Ingo Molnar
2005-05-20 11:33     ` Ingo Molnar
2005-05-20 18:18     ` Kari Hameenaho
2005-05-20 19:07       ` Linus Torvalds
2005-05-21  6:40         ` Jon Seymour
2005-05-21 16:35           ` Linus Torvalds
2005-05-19 23:13 ` Benjamin Herrenschmidt
2005-05-20  4:55   ` Frank Sorenson
2005-05-20  1:10 ` walt
2005-05-28 11:47 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).