You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a Git repo with branch B1 being locally and on the remote upstream and branch B2 being only locally and trying to tab complete as follows:
git checkout B<Tab>
Expected Result
Tab completion should show 2 branches to tab complete
B1 B2
Actual Result
Branches that exist locally and on the remote are shown twice:
B1 B1 B2
The text was updated successfully, but these errors were encountered:
bergmeister
changed the title
git branch -b <Tab> tab-completion shows duplicated branch entries for branches that exist also on the remote
git branch <Tab> tab-completion shows duplicated branch entries for branches that exist also on the remote
Dec 10, 2017
bergmeister
changed the title
git branch <Tab> tab-completion shows duplicated branch entries for branches that exist also on the remote
git checkout <Tab> tab-completion shows duplicated branch entries for branches that exist also on the remote
Dec 10, 2017
Thanks for the pointer, very helpful. That's exactly how open source should be. :-)
I opened PR 506 with a fix for it. When do you expect the next release to be?
System Details
posh-git
Issue Description
Given a Git repo with branch
B1
being locally and on the remote upstream and branchB2
being only locally and trying to tab complete as follows:Expected Result
Tab completion should show 2 branches to tab complete
B1 B2
Actual Result
Branches that exist locally and on the remote are shown twice:
B1 B1 B2
The text was updated successfully, but these errors were encountered: