// Copyright 2023 Michael Amann and contributors // SPDX-License-Identifier: AGPL-3.0-only package shared const ( NoCommit = "dirty" NoBranch = "no_branch" NoDefaultBranch = "no_default_branch" NoTime = "unknown_time" NoVersion = "no_version" Missing = "missing" )