X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=4e3e02756c8863dbc6fe1d745e1a8c9a97c18919;hb=fa736f72b0840950e32dfd8bc470e91831107b10;hp=70235e8ddb3e43805d699dd0bf264f585409697e;hpb=4853534e180c237331cb8395fe87ff6e09bbcf21;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 70235e8dd..4e3e02756 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -9,9 +9,10 @@ git-tag - Create, list, delete or verify a tag object signed with GPG SYNOPSIS -------- [verse] -'git-tag' [-a | -s | -u ] [-f | -v] [-m | -F ] [] +'git-tag' [-a | -s | -u ] [-f] [-m | -F ] [] 'git-tag' -d ... 'git-tag' -l [] +'git-tag' -v DESCRIPTION ----------- @@ -77,8 +78,10 @@ committer identity (of the form "Your Name ") to find a key. If you want to use a different default key, you can specify it in the repository configuration as follows: +------------------------------------- [user] signingkey = +------------------------------------- DISCUSSION