git tag -v is not verbose!
Description
git tag
does not have a --verbose
option.
git tag -v
is to verify the gpg signature of the given tag names. It does not have a long option, like --verify
In many console tools, the -v option if for verbosity.