aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/tools/describe
blob: 7fd624abe3f2af322c8c929f50f169311306cd53 (plain)
1
2
3
#!/bin/sh
# Add any supplied arguments.
git describe --first-parent --dirty --tags --always --match "[1-9].*" "$@"