-
Notifications
You must be signed in to change notification settings - Fork 178
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
Fix zsh hanging when tab completing add/checkout #417
Conversation
Added back in the descriptions as I found that this line in my config was the culprit and not the function itself |
@joshzcold - Thank you for this contribution. I'm not a zsh user, so contributions like this are very appreciated. I'll try to do a few rudimentary tests myself, and look to publish this change. If there are any other zsh users out there that could help test this for me, I'd appreciate that too. |
I'm seeing this in I'm happy to help debug! |
|
@joshzcold - I was attempting to merge this PR today, but your commits signatures are not verified. The error says, "No user is associated with the committer email." Can you resolve this issue? You can see the verification status in your own repo here: https://github.com/joshzcold/yadm/commits/master |
I've resolved this by signing these commits myself. I've merged these changes into the develop branch, and will publish them with the next release. |
Thank you 👍. Had a baby and lost track of time. |
@joshzcold Congratulations 🎉 Thanks for the contribution. |
Best reason ever... congrats! 🎊🎉✨ |
can this PR be merged now? @TheLocehiliosan |
@throwaway69420-69420 Yes, it's been too long without a release. I'll publish the development branch during the next week. |
thanks @TheLocehiliosan |
@jc00ke - Thanks for reporting, I'll just reopen this issue. I'm not a fish user myself, but maybe I'll have to get familiar. I was mostly depending on others to support that shell. |
What does this PR do?
Replaces built in
git add
completion that hangs on the${HOME}
with a combinationyadm status
ls
completion that should be good enough for users to:What issues does this PR fix or reference?
#359
[A list of related issues / pull requests.]
Previous Behavior
Typing
yadm add <TAB>
would hang in the zsh terminal as it tries togit-add_complete
thousands of filesNew Behavior
yadm add <TAB> is now a resolvable completion
2022-05-07.11.56.36.mp4
Have tests been written for this change?
No
Have these commits been signed with GnuPG?
Yes
Please review yadm's Contributing Guide for best practices.