-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Tab completion when checking out remote branches #177
Comments
You're not missing anything - the |
Well, I guess I better fix that, unless it is in progress with someone On Wed, Feb 25, 2015 at 3:46 AM, Keith Dahlby notifications@github.com
|
I think I can see how to fix this, the code is pretty easy to understand, On Wed, Feb 25, 2015 at 11:14 AM, Andy Philpotts andy@failfree.net wrote:
|
Glad to hear it. You've probably noticed, but we currently handle |
yup, i was adding a specific match as you say, the slightly trickier bit was to figure out unique branch names, as if two remotes use the same name, that must be excluded from the match, i plan to wrap this up tonight, if i can, and am happy to do so, i use posh-git and want to pay back by contributing Andy
|
Was there a fix made for this??? |
Any progress? |
This was fixed by #352 |
I do a fetch with a (Stash based) remote, and see a new remote branch, "origin/bugfix/XXX-999-pdf-to-tiff-quality"
I try "git checkout bugfix/XXX" then tab, nothing completes. I can see why, the branch is not local yet, but git itself would accept "git checkout bugfix/XXX-999-pdf-to-tiff-quality" , I get no completion because git treats branch names in special ways in some cases.
I hope I am just missing something, if not, I'll fork and fix if I can!
The text was updated successfully, but these errors were encountered: