Sebastian Thiel
Sebastian Thiel
Thanks a lot! There are probably a lot of subtleties around 'active' Git environment variables and GitPython or Git not doing the right thing.
Thanks a lot for reporting! I didn't try to reproduce the issue, but wanted to add that *maybe* this code is related: https://github.com/gitbutlerapp/gitbutler/blob/3bd4428f3586981f9afcd058a38c1f5d3e433de4/crates/gitbutler-branch-actions/src/virtual.rs#L375-L377 It's trying to determine if a commit...
Thanks a lot for reporting! It seems like difficulties to correctly classify commits and/or understand the commit-graph. I'd hope that in the next major release, this would (eventually) be fixed,...
Thanks a lot for reporting. Without knowing exactly the cause, the error is produced by GitButler and originates here: https://github.com/gitbutlerapp/gitbutler/blob/94ff87a72c50252c0a54732a56f2f5d57e58ca9f/crates/gitbutler-git/src/repository.rs#L266-L271 It looks like the prompt didn't yield anything, even though...
Thanks a lot for reporting! It seems the issue here is that GitButler doesn't detect if the commits in a virtual-branch were already integrated. Thus, it would allow the creation...
That's interesting! Even though the algorithm to figure out if a local branch is merged or not is quite elaborate, I'd be a little bit surprised if it could detect...
Thanks a lot for reporting! This looks like a somewhat complex setup and I am probably not following exactly what this would imply for the GitButler remote setup, but it...
> Essentially, my expectation is just that when I work on a branch from a specific remote, that any changes I make would be pushed back to that remote. Sorry...
Thanks a lot for reporting! Do you mean the restarting the app fixes the issues sometimes? Or is it the issue itself that only occurs sometimes? With that said, the...
Thanks for the video! The missing piece seems to have been the final creation of another branch, which makes the previously unapplied branch disappear or, as it 'feels', rename itself...