I try to get all commits between two tags.
If the git history is:
* A - 2.0 | \\ | * B | / * C | D - 1.0
I can use git log 2.0
git log 2.0