gitx icon indicating copy to clipboard operation
gitx copied to clipboard

speed issues with large commit in tree view

Open pgundlach opened this issue 13 years ago • 3 comments

I have a medium sized project and imported all the files into git ("initial import"). When gitx (L) 082 tries to display this commit, gitx freezes for a while. I liked the behavior of the original gitx where you have to press a special key to open the big commit.

pgundlach avatar Aug 17 '11 19:08 pgundlach

gitx (L) is much slower than the original gitx even on small commits. It seems to take ages just loading the 600+ commits in the repo. and the UI becomes unresponsive during this action, like it's running the UI and the scanning on a single thread.

glyn avatar Oct 03 '11 14:10 glyn

This repo shows the problem if that's useful: https://github.com/eclipse/virgo.kernel.git or, equivalently, git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.kernel.git

glyn avatar Oct 03 '11 14:10 glyn

This might be related to #129

idris avatar Oct 05 '11 13:10 idris