We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab0029 + 85ed2f3 commit 2cd20dcCopy full SHA for 2cd20dc
1 file changed
contrib/completion/git-completion.bash
@@ -2552,6 +2552,16 @@ _git_tag ()
2552
__gitcomp_nl "$(__git_refs)"
2553
;;
2554
esac
2555
+
2556
+ case "$cur" in
2557
+ --*)
2558
+ __gitcomp "
2559
+ --list --delete --verify --annotate --message --file
2560
+ --sign --cleanup --local-user --force --column --sort
2561
+ --contains --points-at
2562
+ "
2563
+ ;;
2564
+ esac
2565
}
2566
2567
_git_whatchanged ()
0 commit comments