Use a table instead of a tree view
commit4d7403b8b44d40459ac4c9f1f774e017e8dbadf4
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 5 Jul 2007 21:02:13 +0000 (5 23:02 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 22 Aug 2007 18:36:46 +0000 (22 20:36 +0200)
treead6c61c6f84da7c6babb0363c9e73cebcb5bb59c
parent825c16bfe001ac328b2e5dd66fa0c0b8ab976b81
Use a table instead of a tree view

A table is all we actually need and it is much faster when
the number of entries grow huge (>10000). After that performance
drops horribly.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java