Scott Chacon

Results 64 comments of Scott Chacon

Yeah, it's a good point. We implemented partial support for detecting large files and writing out the LFS format, but we're not reading the setup properly and you can't push...

I wrote this up in some detail here: https://blog.gitbutler.com/git-worktrees/ Thanks!

Hm, I didn't really think about being able to install a GUI via brew, but I guess you can. I'll look into creating a Cask.

Hm, good point. So, we're pulling the commit images from Gravatar. Perhaps if we see your email address, we can use the uploaded GB one instead. You could only do...

Ah, yeah. I see what the problem is. We don't use the index for staging the next commit. We can't, because we basically do that in memory. We keep the...

It's so weird. I get it sometimes floating strangely on the other side of the notch on my laptop. I assume this is a Tauri thing, I'm not sure how...

This is on our short/medium term list. It's been a known issue for a while, but since it's work-aroundable and somewhat rare, we keep punting it.

We'll look into the UI lockup. re: threading, currently we use libgit2 for diff calculation, which I do not believe can be multithreaded, but at some point we'll want to...

Hey @alexanderadam, this is definitely on the road map. We want to get a bit more finalized on exactly what our GH integration looks like before implementing the same things...