Do not redraw History View if filter is not changed
commit9c2d8a7d6b10e3e6d7270691e5d51dad811b544a
authorStefan Lay <stefan.lay@sap.com>
Sat, 26 Feb 2011 21:10:41 +0000 (26 22:10 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 26 Feb 2011 21:10:41 +0000 (26 22:10 +0100)
treecf947a96a134c08f035e40b2f91fec6f975e3d87
parent230a0af2e169aed34c1ea7f9f1c0d5846a3ca298
Do not redraw History View if filter is not changed

The History View was redrawn each time the input changed even if the
filter path or the repository were not changed. This does not perform
for large repositories.

Change-Id: I48ac620e2e4b39e23fea1e7fee423d7fbe550773
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitGraphTable.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitHistoryPage.java