Autogenerated man pages for v1.3.0-rc2-g454a
[git.git] / man1 / git-mktag.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-MKTAG" 1 "" "" ""
21 .SH NAME
22 git-mktag \- Creates a tag object
23 .SH "SYNOPSIS"
24
25
26 git\-mktag < signature_file
27
28 .SH "DESCRIPTION"
29
30
31 Reads a tag contents on standard input and creates a tag object that can also be used to sign other objects\&.
32
33
34 The output is the new tag's <object> identifier\&.
35
36 .SH "TAG FORMAT"
37
38
39 A tag signature file has a very simple fixed format: three lines of
40
41 .nf
42 object <sha1>
43 type <typename>
44 tag <tagname>
45 .fi
46
47
48 followed by some optional free\-form signature that git itself doesn't care about, but that can be verified with gpg or similar\&.
49
50
51 The size of the full object is artificially limited to 8kB\&. (Just because I'm a lazy bastard, and if you can't fit a signature in that size, you're doing something wrong)
52
53 .SH "AUTHOR"
54
55
56 Written by Linus Torvalds <torvalds@osdl\&.org>
57
58 .SH "DOCUMENTATION"
59
60
61 Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
62
63 .SH "GIT"
64
65
66 Part of the \fBgit\fR(7) suite
67