Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The former code listed all tags with show-ref which lists the actual tag commit hash for annotated tags, not the dereferences hash. Although through `-d` git-show-ref can also dereference annotated tags, this complicated the command even more due do addition unpadding of the found tags. Anyway, this code does the same in one command, available since git 1.7.
- Loading branch information