git-imerge icon indicating copy to clipboard operation
git-imerge copied to clipboard

Shell completion for HEAD ref ignores tags

Open jasonkarns opened this issue 5 years ago • 1 comments

Attempted to do:

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.

jasonkarns avatar May 05 '20 13:05 jasonkarns

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).

mhagger avatar Jun 18 '20 15:06 mhagger