-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Whenever a "git fetch" operation runs/finishes the focus in the local branches seems to jump back to the branch it was on when starting the fetch.
This seems to happen for both manual fetches via "f" and auto fetches in the background.
To Reproduce
Steps to reproduce the behavior:
- Change
refresher.fetchIntervalto 1 second. - Go to "Local branches"
- Go through your list of branches maybe ~2 / second.
- Notice that the selected branch jumps back repeatedly.
Expected behavior
A fetch operation should not affect the selected branch.
Version info:
commit=4a7cf6040, build date=20241212.080257, build source=unknown, version=v0.44.1.4a7cf6040, os=linux, arch=amd64, git version=2.47.1
Additional context
This is especially problematic when you navigate to a different branch to delete it - if you do that fast enough and are unlucky enough... you'll end up deleting a different branch than you wanted to, because the selection jumps between "navigate to the branch" and "hit delete".
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working