With git describe you can get the number of commits since the last tag. If you only had the tag and the number of commits what is the best way to show the commit t
git describe
This will give you the number of commits between these two commit.
$ git log --oneline 8a32722def6b80e343...e817c082323e65bb1053