#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
# Print additional version information for non-release trees.
||
# Check for git and a git repo.
if head=; then
# Do we have an untagged version?
if | ; then
fi
# Are there uncommitted changes?
if | ; then
fi
fi