[PATCH] Prevent git-rev-list without --merge-order producing duplicates in output
[git/dscho.git] / Documentation / git-tag-script.txt
blobdaf350b5bf7702d4f7420d29c0e0c95fae2c35ba
1 git-tag-script(1)
2 =================
3 v0.1, May 2005
5 NAME
6 ----
7 git-tag-script - An example script to create a tag object signed with GPG
11 SYNOPSIS
12 --------
13 'git-tag-script'
15 DESCRIPTION
16 -----------
17 This is an example script that uses "git-mktag" to create a tag object
18 signed with GPG.
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
29 GIT
30 ---
31 Part of the link:git.html[git] suite