-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Subtree autocompleate is missing #2414
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
Comments
The autocompletion is supposed to cover "porcelain commands and a select few others".
You could propose to add |
I can confirm that this is the case. My guess is that Could you move it to A better alternative might be to integrate it into the default completion. The principal entry point for that is https://github.com/git/git/blob/v2.24.0/contrib/completion/git-completion.bash#L3104. This is the command that produces the list, and as On the other hand, an even better alternative might be to patch it into https://github.com/git/git/blob/v2.24.0/command-list.txt as part of the BTW I do not see any auto-complete part in https://github.com/git/git/tree/v2.24.0/contrib/subtree, do you? So here is a great opportunity to start contributing to Git (and note that there is nothing Windows-specific about it):
|
@LwServices what I mean with this is: if you do not want to wait (possibly forever) to see this ticket addressed, get active, jump into the source code, and fix it. Whenever you get stuck anywhere, feel very free to reach out for assistance over here in this ticket. |
Hi @dscho, I'd like to start contributing to git-for-windows, and this seems like a great place to begin! Just to be clear, you'd like a PR that includes both a patch to Also, i'm noticing that adding git-subtree to the command list requires the documentation from contrib/subtree/ to be copied to Documentation/ (Dependency for command-list.h), duplicating it. Is that allright? Thanks! |
Great!
Whichever suits you better. If you drive a project, those are your decisions.
I would perform that copying a the |
I understand. Thank you for that valuable input 😊 |
hey I would like to start with this as my first issue |
@leshnabalara go right ahead! |
@dscho Hello I would like to take this up as my first issue.
into the the build function in pkg build.
|
@sladyn98 no, I mentioned already what should be added to the
What you suggested wouldn't work, as that is |
Setup
When I enter git subt should autocompleate to subtree
The text was updated successfully, but these errors were encountered: