Results 1780 comments of Sebastian Thiel

Thanks a lot for reporting! I was already aware that the file list component is not fast, and gets way slower when the tree view is enabled. But what's new...

Thanks a lot for reporting! GitButler [does override the `SSH_ASKPASS` environment variable](https://github.com/gitbutlerapp/gitbutler/blob/ba3748c72884244a3cb2de4cf4ee8ece7130f781/crates/gitbutler-git/src/repository.rs#L141) with a custom binary that it should ship with. The error messages I saw seem to indicate the...

Ah, that's good to know. Then it's not really the `.deb` distribution, but the AFAIK unofficial one for Nix. The two binaries, `gitbutler-git-askpass` and `gitbutler-git-setsid` must be in the same...

That should indeed work! I also [found a portion of code](https://github.com/gitbutlerapp/gitbutler/blob/ba3748c72884244a3cb2de4cf4ee8ece7130f781/crates/gitbutler-git/src/repository.rs#L117-L121) that would indicate that GitButler would produce an error early if these files weren't present. Thus it truly seems...

Thanks a lot! `ssh-keygen` is executed by GitButler and I thought that it would try to execute a program that wasn't found. From looking at the `strace` log I see...

Can you explain why it supersedes it? Why can't your ideas be contributed in the previous PR? Considerable time was spent on #2182 and I think it's easier to continue...

Thanks a lot for reporting! While GitButler has many shortcomings related to deliberately merging branches locally, it can have stacks of any size. Here is an example, and I created...

Thanks for elaborating! I think I understand now, and you'd want to create PRs for `feature1` into `base` and `feature2` into `base`. And actually, this scenario you can create. These...

Right, sorry for that! I am using the new version of 'apply branch' which doesn't rebase, so it's easier to work with, usually (*even though it's not ready for prime...

Thanks for reporting, and putting it onto the map. When implementing it like this, mutually exclusive features that should be additive, I didn't have a solution as the goals are...