Sublime Forum

Suggestion: Sublime Merge should trigger git gc/housekeeping

#1

I use Sublime Merge daily at my job, but over weeks (or maybe months) it tends to get really slow on certain operations such as doing a rebase.

I think this might be due to it never triggering any cleanup on the git repo, because today it took 30s per commit while rebasing and after I went to redo it on the command line, just to check if it was the same it told me (after I reset my branch):

Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.

And after that trying the rebase again in Sublime Merge it was 10x faster.

0 Likes

#2

Hi @Barabas,

Thanks for reaching out and sorry to hear you’re experiencing this issue with Sublime Merge.
I’ll be investigating this further. Could you confirm if you’re running Sublime Merge on Windows?

Kind regards,
- Dylan from Sublime HQ

1 Like

#3

Yes I’m using Sublime Merge on Windows. I’m on build 2091 at the moment.

0 Likes

#4

Hi @Barabas,

Thanks for the additional information! We’ll have a fix for this in the next build - stay tuned.

Cheers,
- Dylan from Sublime HQ

1 Like

#5

Thanks for fixing it!

0 Likes