Code

gitk: New improved gitk
authorPaul Mackerras <paulus@samba.org>
Sun, 19 Feb 2006 11:44:47 +0000 (22:44 +1100)
committerPaul Mackerras <paulus@samba.org>
Sun, 19 Feb 2006 11:44:47 +0000 (22:44 +1100)
commit9f1afe05c3ab7228e21ba3666c6e35d693149b37
tree15b9bbdd6315ba501d596846cc13f3a3c63e6e2b
parent69d47bdd6c1d6cb9c8603fd1da8b756e2903f955
gitk: New improved gitk

This is a new version of gitk which is much faster and has much better
graph layout.  It achieves the speed by only drawing the parts of the
canvases that are actually visible.  It also draws the commits in the
order that git-rev-list produces them, so if you use -d, you need to
have a recent enough git-rev-list that understands the --date-order
flag.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk