When I transferred the files of this repo, I pushed the history but forgot to push the tags. This means that git describe --tags will fail to find a tag on a fresh clone.
To fix:
- use
git push --tags to re-push all tags from the original repo
- create one tag on the commit this project was forked.