[PATCH] Reorder Makefile rules
[git/dscho.git] / Documentation / git-tag-script.txt
blob2df396ef89993bab326afe43d2778c57ff3d8fab
1 git-tag-script(1)
2 =================
3 v0.1, May 2005
5 NAME
6 ----
7 git-tag-script -  Create a tag object signed with GPG
11 SYNOPSIS
12 --------
13 'git-tag-script' [-s | -a] [-f] <name>
15 DESCRIPTION
16 -----------
17 Adds a "tag" reference in .git/refs/tags/
19 Unless "-f" is given, the tag must not yet exist in ".git/refs/tags"
21 If "-s" or "-a" is passed, the user will be prompted for a tag message.
22 and a tag object is created.  Otherwise just the SHA1 object
23 name of the commit object is written.
25 A GnuPG signed tag object will be created when "-s" is used.
28 Author
29 ------
30 Written by Linus Torvalds <torvalds@osdl.org>
32 Documentation
33 --------------
34 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
36 GIT
37 ---
38 Part of the link:git.html[git] suite