#!/bin/sh
git describe --exact-match HEAD  2>/dev/null || git describe --long --tags --abbrev=10 --dirty