[PATCH] Update git-tag-script to create the .git/refs/tags if it does not already...
[git.git] / Documentation / git-tag-script.txt
1 git-tag-script(1)
2 =================
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-tag-script - An example script to create a tag object signed with GPG
8
9
10
11 SYNOPSIS
12 --------
13 'git-tag-script'
14
15 DESCRIPTION
16 -----------
17 This is an example script that uses "git-mktag" to create a tag object
18 signed with GPG.
19
20
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
24
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
28
29 GIT
30 ---
31 Part of the link:git.html[git] suite
32