Sebastian Thiel
Sebastian Thiel
Indeed, this has been improved and it will now fail early, during normalization, as it detects invalid branch names before they are used (like is the case with the error...
I made some improvements and now the trailing `.` is forbidden as well. The code I altered was from 2021, and I even had a passing test claiming that trailing...
With the PR merged, the overall issue is unchanged except that the error is clearer, with something like `Could not turn "Revert-\"GitButler-Integration-Commit\"-This-reverts-commit-d6efa5fd96d36da445d5d1345b84163f05f5f229." into a valid reference name`. Since the virtual-branch...
Now that normalization succeeds, it looks better, here is how this looks like - run `git revert @` in the workspace - observe that nothing seems to change in the...
Hiding the `git revert` operation by performing it in a separate worktree seems like a viable workaround for this, despite the effort it unfortunately takes to do so. Maybe it...
I thought you might find this interesting, @krlvi .
That is very interesting! Locally I don't see it even though `git status` would show filemode changes. I never checked what was compressed into the `zip` file though, but after...
This is odd - it's hard to imagine such a huge log-file to be generated even if it would record every byte it sees for days. Do you think it's...
Thanks a lot for the clarification! If I am not mistaken, the only reason GitButler writes to that folder is to store archives to send as part of bug reports....
Note also the related feature-request [over at `git-ui`](https://github.com/extrawurst/gitui/issues/2317).