- a <<def_tag,tag>> is not changed by a <<def_commit,commit>>. Tags (not
- <<def_tag,tag>> objects) are stored in `$GIT_DIR/refs/tags/`. A git
- <<def_tag,tag>> has nothing to do with a Lisp <<def_tag,tag>> (which is
- called <<def_object_type,object type>> in git's context). A
- <<def_tag,tag>> is most typically used to mark a particular point in the
+ a tag is not changed by a <<def_commit,commit>>. Tags (not
+ <<def_tag_object,tag objects>>) are stored in `$GIT_DIR/refs/tags/`. A
+ git tag has nothing to do with a Lisp tag (which would be
+ called an <<def_object_type,object type>> in git's context). A
+ tag is most typically used to mark a particular point in the