Interestings
Unwrapping an annotated tag in Git
Annotated tags are their own "objects" and the sha does not point to the commit that they are tagging. In order to unwrap the tag, add ^{commit} to the original sha. This will not harm regular shas, so you can use it in scripts where you may encounter annotated tags.