Search notes:

tag object [git]

A tag object points to a commit or another tag object.
It can contain a message, just like a commit object.

Signed tag object

If the tag object contains a PGP signature, it is called a «signed tag object».

Difference to a branch

A branch moves, tags don't.

See also

Git objects
.git/tags/index
git tag, git mktag, git verify-tag

Index