1GIT-MKTAG(1)                      Git Manual                      GIT-MKTAG(1)
2
3
4

NAME

6       git-mktag - Creates a tag object
7

SYNOPSIS

9       git mktag
10

DESCRIPTION

12       Reads a tag contents on standard input and creates a tag object that
13       can also be used to sign other objects.
14
15       The output is the new tag’s <object> identifier.
16

TAG FORMAT

18       A tag signature file, to be fed to this command’s standard input, has a
19       very simple fixed format: four lines of
20
21           object <sha1>
22           type <typename>
23           tag <tagname>
24           tagger <tagger>
25
26       followed by some optional free-form message (some tags created by older
27       Git may not have tagger line). The message, when exists, is separated
28       by a blank line from the header. The message part may contain a
29       signature that Git itself doesn’t care about, but that can be verified
30       with gpg.
31

GIT

33       Part of the git(1) suite
34
35
36
37Git 2.26.2                        2020-04-20                      GIT-MKTAG(1)
Impressum