fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

Interactive rebase reword has slow performance #2223

Closed GruffJames closed 1 month ago

GruffJames commented 1 month ago

Hi,

The Interactive rebase reword tool appears to have bad performance when doing a basic reword. It can take 10-15 seconds per commit, with it appearing to stack. So when rewording many commits it can potentially take a couple minutes giving the impression Fork has frozen.

Here is a screenshot of my example. image image

I'm using Fork version 1.97.0 I'm not really sure when the issue started as I may have just ignored the issue when only rewording a single commit.

Thanks, Gruff

DanPristupov commented 1 month ago

Rebase is performed by git, not by Fork. Likely the problem is on your side.

Did you try to run git gc in the command line?

Does git rebase -i <dst> in the command line work faster? I guess, it does not.

GruffJames commented 1 month ago

Hi, I've tried those but it hasn't seemed to help. But yeah I think you're right it might be an issue on my end. Thanks anyway, Gruff