.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-MKTAG" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-mktag \- Creates a tag object .SH "SYNOPSIS" \fIgit\-mktag\fR < signature_file .SH "DESCRIPTION" Reads a tag contents on standard input and creates a tag object that can also be used to sign other objects. The output is the new tag's identifier. .SH "TAG FORMAT" A tag signature file has a very simple fixed format: four lines of .sp .nf object type tag tagger .fi followed by some \fIoptional\fR free\-form message (some tags created by older git may not have tagger line). The message, when exists, is separated by a blank line from the header. The message part may contain a signature that git itself doesn't care about, but that can be verified with gpg. .SH "AUTHOR" Written by Linus Torvalds .SH "DOCUMENTATION" Documentation by David Greaves, Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite