X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=95de436c10d3b43b5c5eac719938005b11ead739;hb=4ca0660816671f65546626b6e2c2038b6a347a8b;hp=1eafeef473bc6e3159c48290ddd168d8f1e5c1ef;hpb=bc162e40ea6dc3208e3bda76301d6409607ed3ff;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 1eafeef4..95de436c 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -1,16 +1,14 @@ git-tag(1) ========== -v0.99.4, Aug 2005 NAME ---- git-tag - Create a tag object signed with GPG - SYNOPSIS -------- -'git-tag' [-a | -s | -u ] [-f] [-m ] +'git-tag' [-a | -s | -u ] [-f | -d] [-m ] [] DESCRIPTION ----------- @@ -32,6 +30,8 @@ A GnuPG signed tag object will be created when `-s` or `-u committer identity for the current user is used to find the GnuPG key for signing. +`-d ` deletes the tag. + Author ------