table of contents
- unstable 1.1-2
| GIT-UBUNTU-TAG(1) | Git-Ubuntu Manual | GIT-UBUNTU-TAG(1) |
NAME¶
git-ubuntu-tag - Create Git tags respecting DEP14 and debian/changelog
SYNOPSIS¶
git ubuntu tag [--logical | --split | --reconstruct | --upload | --format <format>] [--bug <bug>] [-d | --directory <directory>] [-f | --force] [--print-name-only] [<commitish>]
DESCRIPTION¶
git-ubuntu-merge(1) and potentially other commands expect to use and resolve specific tags including source package versions. However, debian/changelog and Git conflict on the use of certain reserved characters, such as "~", ":" and ".". To resolve this, Debian has a standard DEP14 http://dep.debian.net/deps/dep14/ which covers the appropriate transformations for versions. git-ubuntu follows this convention for "version mangling" but not necessarily any others.
OPTIONS¶
--logical, --split, --reconstruct, --upload, --format <format>
--bug <bug>
-d <directory>, --directory <directory>
-f, --force
--print-name-only
[<commitish>]
EXIT STATUS¶
git ubuntu tag exits with status 0 if the command completes successfully. git ubuntu tag exits with nonzero exit status on errors.
REPORTING BUGS¶
Report bugs at https://bugs.launchpad.net/git-ubuntu
GIT-UBUNTU¶
Part of the git-ubuntu(1) suite
| 2017-07-19 | Git-Ubuntu 0.2 |