Since a clone is the complete history, you can check out any release you like.
git checkout ginac_1-6-5
Follow the "To install from git" instructions.
Many projects don't check in all their generated files, so the install process from the repository can be different. For example, ./configure is a generated file. So you'll have to follow the special "To install from git" instructions in INSTALL.
The link you gave is to the web interface to the repository. The actual repo is at git://www.ginac.de/ginac.git.
Now you have a complete copy of the repository and can check out any older version you like.
Tags give a name to certain commits, usually associated with a release. Not all projects use them, but this one does.
Since a clone is the complete history, you can check out any release you like.
Many projects don't check in all their generated files, so the install process from the repository can be different. For example,
./configure
is a generated file. So you'll have to follow the special "To install from git" instructions inINSTALL
.