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