Skip to content

Commit

Permalink
gitk: New improved gitk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mackerras committed Feb 19, 2006
1 parent 69d47bd commit 9f1afe0
Showing 1 changed file with 824 additions and 727 deletions.
Loading

0 comments on commit 9f1afe0

Please sign in to comment.