You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git imerge start --name=rc1 --first-parent v<tab> to get shell completion of the HEAD ref. (All tags are prefixed with v.) However, the completion at that point only seems to include branches.
The text was updated successfully, but these errors were encountered:
All of the bash completion was implemented by @ralfth. If he or somebody else is willing to help out with this, that would be great (I haven't ever implemented bash completion code myself).
jasonkarns
changed the title
Shell completion for HEAD branch ignores tags
Shell completion for HEAD ref ignores tags
Jun 18, 2020
Attempted to do:
git imerge start --name=rc1 --first-parent v<tab>
to get shell completion of the HEAD ref. (All tags are prefixed withv
.) However, the completion at that point only seems to include branches.The text was updated successfully, but these errors were encountered: