[PATCH 1/4] split core-git.txt and update
[git.git] / Documentation / git-mktag.txt
1 git-mktag(1)
2 ============
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-mktag - Creates a tag object
8
9
10 SYNOPSIS
11 --------
12 'git-mktag'
13
14 DESCRIPTION
15 -----------
16 Reads a tag contents from its standard input and creates a tag object.
17 The input must be a well formed tag object.
18
19
20 Author
21 ------
22 Written by Linus Torvalds <torvalds@osdl.org>
23
24 Documentation
25 --------------
26 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27
28 GIT
29 ---
30 Part of the link:git.html[git] suite
31