msysgit / git

msysGit-based Git for Windows 1.x is now superseded by Git for Windows 2.x
http://github.com/git-for-windows/git
Other
1.01k stars 317 forks source link

git rebase command does not do partial auto-completion #297

Closed najumancheril closed 9 years ago

najumancheril commented 9 years ago

I recently upgraded to 1.9.5.msysgit.0.

When I now type "git rebase ori" followed by TAB, it asks me whether I want display all 600+ possibilities, which is the number of branches at the origin repository. Previous versions of msysgit would auto-complete up to "git rebase origin" and then let me type in the branch name that I was interested in.

dscho commented 9 years ago

Does this persist? I cannot reproduce. In any case, please switch to Git for Windows 2.x; Git for Windows 1.x was retired a week ago.

najumancheril commented 9 years ago

I have confirmed that this is fixed in 2.5.0.windows.1 (64-bit). Thanks!