-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Status panel cycles through log commands when switching panels #4469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have successfully reproduced this, but it also required me to set:
Do you have that set? |
I don't have a fix for this just yet, but whatever I do will touch the same areas as #4345. @jesseduffield @stefanhaller can I get a review on that PR so I know if I should stack my changes on top of it? |
Yes, indeed I have. Sorry that I forgot to mention that. |
Cool, the problem here is that we have the same code for processing a click of There is just one slight edge where we'll want to overload |
Describe the bug
The status panel (panel 1) allows cycling through different log commands if more than one is specified via allBranchesLogCmds configuration option.
If you switch focus between the status panel and different panel (e.g. using tab or number keys) I would expect the same log command output to come up as before.
But it seems that the output cycles through the log commands as if I had pressed the 'a' key after switching panels.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see the output of the same git log command after switching away from and back to the status panel.
Version info:
commit=1b571f9e6b0a9a0040654aaf99333509a74613fc, build date=2025-03-01T02:30:10Z, build source=binaryRelease, version=0.48.0, os=linux, arch=amd64, git version=2.27.0
The text was updated successfully, but these errors were encountered: