]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-tag-script.txt
[PATCH] Make "git resolve" less scary
[thirdparty/git.git] / Documentation / git-tag-script.txt
CommitLineData
2cf565c5
DG
1git-tag-script(1)
2=================
3f971fc4 3v0.99.4, Aug 2005
2cf565c5
DG
4
5NAME
6----
b7e438f9 7git-tag-script - Create a tag object signed with GPG
2cf565c5
DG
8
9
10
11SYNOPSIS
12--------
b7e438f9 13'git-tag-script' [-s | -a] [-f] <name>
2cf565c5
DG
14
15DESCRIPTION
16-----------
b7e438f9
RA
17Adds a "tag" reference in .git/refs/tags/
18
19Unless "-f" is given, the tag must not yet exist in ".git/refs/tags"
20
21If "-s" or "-a" is passed, the user will be prompted for a tag message.
22and a tag object is created. Otherwise just the SHA1 object
23name of the commit object is written.
24
25A GnuPG signed tag object will be created when "-s" is used.
2cf565c5
DG
26
27
28Author
29------
3f971fc4
JH
30Written by Linus Torvalds <torvalds@osdl.org>,
31Junio C Hamano <junkio@cox.net> and Chris Wright <chrisw@osdl.org>.
2cf565c5
DG
32
33Documentation
34--------------
35Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
36
37GIT
38---
39Part of the link:git.html[git] suite