Summary
In Fork 2.69.0, hiding the local master branch also makes the remote origin/master branch disappear from the main branch list, even when origin/master itself has not been hidden.
Steps to reproduce
- Open a repository that has both local
master and remote origin/master.
- Hide the local
master branch.
- Do not hide
origin/master.
- Check the main branch list.
Actual result
origin/master is not shown.
Expected result
origin/master should remain visible because it was not hidden.
Regression
This occurs in Fork 2.69.0. I downgraded to Fork 2.68.1, where origin/master remains visible as expected.
Environment
- Fork: 2.69.0
- macOS: 26.5.2 (Build 25F84)
- Architecture: Apple Silicon (arm64)
Summary
In Fork 2.69.0, hiding the local
masterbranch also makes the remoteorigin/masterbranch disappear from the main branch list, even whenorigin/masteritself has not been hidden.Steps to reproduce
masterand remoteorigin/master.masterbranch.origin/master.Actual result
origin/masteris not shown.Expected result
origin/mastershould remain visible because it was not hidden.Regression
This occurs in Fork 2.69.0. I downgraded to Fork 2.68.1, where
origin/masterremains visible as expected.Environment