Skip to content

Commit 4a23742

Browse files
committed
Use the first-parent heuristic for describing the version
1 parent 23022a5 commit 4a23742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/describe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
git describe --dirty --tags --always --match "[1-9].*"
2+
git describe --first-parent --dirty --tags --always --match "[1-9].*"

0 commit comments

Comments
 (0)