X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=95de436c10d3b43b5c5eac719938005b11ead739;hb=650e4be59b9f385f56e5829d97d09e8440f174b8;hp=3984812cecc4453b4f3fb84f017f3cd4c50751cb;hpb=d5b0c9ea178dab3599674ccff50645c0464b8c31;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 3984812c..95de436c 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -8,7 +8,7 @@ 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 ----------- @@ -30,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 ------