Use git log rather than git describe to generate version number
git describe requires a tag to be present in the tree and in particular errors out if a shallow clone is used. We no longer use the number of commits after the last tag as a descriptor so "git log" will suffice.
Please register or sign in to comment