X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=53ff5f6cf7b9420933b022accace1355db6337c6;hb=f342afafceb16b29a9b8718c5f42afaaf6291d78;hp=622a019eb034e61f73bf326ed1f000fd90fe9375;hpb=c735ce4a1d6298028388299deaa10b1426c2e5fc;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 622a019eb..53ff5f6cf 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -38,7 +38,9 @@ created (i.e. a lightweight tag). A GnuPG signed tag object will be created when `-s` or `-u ` is used. When `-u ` is not used, the committer identity for the current user is used to find the -GnuPG key for signing. +GnuPG key for signing. The configuration variable `gpg.program` +is used to specify custom GnuPG binary. + OPTIONS ------- @@ -48,11 +50,11 @@ OPTIONS -s:: --sign:: - Make a GPG-signed tag, using the default e-mail address's key + Make a GPG-signed tag, using the default e-mail address's key. -u :: --local-user=:: - Make a GPG-signed tag, using the given key + Make a GPG-signed tag, using the given key. -f:: --force::