Use the first-parent heuristic for describing the version

This commit is contained in:
Jeff Epler 2022-01-04 11:14:26 -06:00
parent 23022a5a7f
commit 4a23742100
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -1,2 +1,2 @@
#!/bin/sh
git describe --dirty --tags --always --match "[1-9].*"
git describe --first-parent --dirty --tags --always --match "[1-9].*"