Pete Grayson
Pete Grayson
Thanks for this issue report, @neuschaefer. However, I've stopped working on StGit 1.x with all my effort going toward the upcoming 2.0 release. It would be helpful to know if...
Emacs 28.1 introduces a variable that controls the `delete-window-choose-selected` variable that affects this behavior. The default value is `'mru` which produces the behavior described above, but `delete-window-choose-selected` may also be...
I was also experiencing this problem. In my case I had `.zprofile` and `.zshenv` files that setup my path, but had not yet been updated to include `/opt/homebrew/bin`. So perhaps...
I am unable to reproduce the problem with either the v2.3.2 tag or HEAD using the statically linked `stg` binary used in the RPM package (or with any other `stg`...
I was able to reproduce the behavior using the container method. The problem does have to do with the version of git. This test works with git v2.35.0 and newer....
I have dug deeper into the exact failure path through StGit. The problem stems from the `gix::Repository` no longer being able to find the repository root (i.e. the `.git` dir)...
I'm sorry that is bug is affecting you. Thank you for reporting. I'd be very interested in knowing more details about how the repo might have gotten into this state....
I appreciate the details, thank you. It appears that something may be wrong with `stg rebase`. > If I create a new branch and then reset to my upstream branch...
This request is framed in terms of StGit maintaining memory of historical patch ordering(s). In [this discussion](https://github.com/stacked-git/stgit/discussions/261), @lthms writes about an idea for StGit to have the concept of patch...
Thanks for this issue report @aczapszys-apex. The workflow you describe seems to match a pretty common workflow that I and others use. I have not seen this kind of issue....