Add missing completions for some git commands#8134
Conversation
fdce294 to
3cccf74
Compare
4830488 to
738faf3
Compare
|
If I may: I would recommend not trying to do everything in one PR. I've said before that the git completions alone could be a full time job for a few months, and I still believe that. Find a point you're happy with what's there and submit it for review, instead of adding ALL THE THINGS. And then write more, on your own branch, and if you have a point that it's okay again, submit that. This makes it so we don't get a notification for every single change. |
|
Ok lets merge this for now then. I will be working on them on my fork in the same branch. I will do a PR as soon as everything is complete |
Note: Anything you push to the same branch will show up here. So either don't push or make a new branch. |
b2b3ebd to
6f52c01
Compare
Using `complete -F -c git -n __fish_git_needs_subcommand -a $command -d $description` causes file completions to be forced on entire git command which is not a desired result. Morever without the `-F` flag file completions work just as expected and is useless addition
|
Merged, thanks! |
|
Huge effort, amazing! |
Add missing completions for some Git commands
Completions planned to be done in this PR:
git daemongit maintenancegit amgit notesgit stripspacegit mailinfogit mailsplitgit applygit mvPerhaps a lot others are left, feel free to request completions for some common subcommands which are not done yet :)
TODOs: