-
Notifications
You must be signed in to change notification settings - Fork 2k
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 reset
completions issues
#4329
Comments
Yes, though I'd argue it should be modified files. Ideally files modified since the "tree-ish" argument to
That's a reflog entry. The escapes are to be expected - without them, The issue here is that it's matching the description as well (see |
OK, that explains why |
@mqudsi: See my git-reset branch. I'm holding off messing with master for a while. |
Does |
Yes. It uses |
Though I think we might need another argument here. |
Okay, |
Fixes fish-shell#4329. (cherry picked from commit 9765e861306fd2851f530a27e8eb778c1682a7c8)
I'm pretty sure the
git
completion is one of the more complicated ones, so please let me know if more information is needed.Before anything else, here's my output of
git status
:If I type in
git reset M<tab>
the
M
gets expanded to/replaced withmaster
(no other option is available).If I type in
git reset Make<tab>
the
Make
gets expanded to/replaced withHEAD@\{0\}
(literally, with the escapes)several issues:
git reset
The text was updated successfully, but these errors were encountered: