#!/bin/sh
# Add any supplied arguments.
git describe --first-parent --dirty --tags --match "[1-9].*" "$@"