2005-05-10 23:32:30 +02:00
|
|
|
git-tag-script(1)
|
|
|
|
=================
|
2005-08-15 02:24:36 +02:00
|
|
|
v0.99.4, Aug 2005
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-07-25 08:17:16 +02:00
|
|
|
git-tag-script - Create a tag object signed with GPG
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-07-25 08:17:16 +02:00
|
|
|
'git-tag-script' [-s | -a] [-f] <name>
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-07-25 08:17:16 +02:00
|
|
|
Adds a "tag" reference in .git/refs/tags/
|
|
|
|
|
|
|
|
Unless "-f" is given, the tag must not yet exist in ".git/refs/tags"
|
|
|
|
|
|
|
|
If "-s" or "-a" is passed, the user will be prompted for a tag message.
|
|
|
|
and a tag object is created. Otherwise just the SHA1 object
|
|
|
|
name of the commit object is written.
|
|
|
|
|
|
|
|
A GnuPG signed tag object will be created when "-s" is used.
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
2005-08-15 02:24:36 +02:00
|
|
|
Written by Linus Torvalds <torvalds@osdl.org>,
|
|
|
|
Junio C Hamano <junkio@cox.net> and Chris Wright <chrisw@osdl.org>.
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the link:git.html[git] suite
|