-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
git tab completion missing a lot of options for 'git log' #3743
Comments
As you already know, this just hasn't been written yet. I'd appreciate a PR that includes these options (and possibly some for other git subcommands), ideally with hand-written (i.e. not just copied from the git man pages, since those are often inscrutable) descriptions. |
I think we can do some other improvements as well. On top of my head: Fish completes:
But
But git expects I'll do a PR within a few days with |
See 96a28df. Now, apparently this was a misunderstanding - set-upstream-to is only for That's git for ya. |
They sure do know how to make things confusing. :-/ |
I have a half baked fix. If you want to finish it, go ahead. :-) https://gist.github.com/moverest/f72e73df809ef4aad0a8e90200d9ee07 |
All yours, @cprieto! |
Some of the more common tab completions is git log do not appear.
Reproduce:
enter "git log --" and hit tab a couple of times. You only get 3 options.
Doing the same thing in bash gets you 100 options.
Some of the more common ones missing are: graph decorate oneline
The text was updated successfully, but these errors were encountered: