git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitk-1.1 out
@ 2005-06-01 10:09 Paul Mackerras
  2005-06-01 11:19 ` Ingo Molnar
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Paul Mackerras @ 2005-06-01 10:09 UTC (permalink / raw)
  To: git

The latest version of gitk is at:

	http://ozlabs.org/~paulus/gitk/gitk-1.1.tar.gz

(yes, a real tarball this time, with a README even. :)

New features in this version include:

* Commits that are pointed to by a tag in .git/refs/tags are now
  marked with a little yellow "luggage label" shape attached to the
  circle representing the commit.  The tag name is written on the
  label.

* Gitk now uses git-rev-list instead of git-rev-tree.  This means it
  should be faster when looking at just a small range of commits.
  Instead of using "gitk HEAD ^ORIG_HEAD" though, you need to use
  "gitk HEAD ORIG_HEAD"; the arguments are passed to git-rev-list,
  which takes slightly different arguments from git-rev-tree.
  Unfortunately gitk still needs to see the whole git-rev-list output
  before it can start to draw the graph; I plan to address this.

* You can now type a tag name or a SHA1 id in the SHA1 field, and
  press return or the "Goto" button to jump to that commit.

Paul.

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

end of thread, other threads:[~2005-06-10 10:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 10:09 gitk-1.1 out Paul Mackerras
2005-06-01 11:19 ` Ingo Molnar
2005-06-02 13:32 ` Sean
2005-06-08 14:49 ` Linus Torvalds
2005-06-09  4:46   ` Paul Mackerras
2005-06-09 14:22     ` Linus Torvalds
2005-06-09 12:50   ` Paul Mackerras
2005-06-09 14:58     ` Linus Torvalds
2005-06-10  9:56       ` Paul Mackerras

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).