| 1 | `tag.forceSignAnnotated`:: |
| 2 | A boolean to specify whether annotated tags created should be GPG signed. |
| 3 | If `--annotate` is specified on the command line, it takes |
| 4 | precedence over this option. |
| 5 | |
| 6 | `tag.sort`:: |
| 7 | ifdef::git-tag[] |
| 8 | This variable controls the sort ordering of tags when displayed by `git-tag`. |
| 9 | endif::git-tag[] |
| 10 | ifndef::git-tag[] |
| 11 | This variable controls the sort ordering of tags when displayed by |
| 12 | linkgit:git-tag[1]. |
| 13 | endif::git-tag[] |
| 14 | Without the `--sort=<value>` option provided, the value of this variable will |
| 15 | be used as the default. |
| 16 | |
| 17 | `tag.gpgSign`:: |
| 18 | A boolean to specify whether all tags should be GPG signed. |
| 19 | Use of this option when running in an automated script can |
| 20 | result in a large number of tags being signed. It is therefore |
| 21 | convenient to use an agent to avoid typing your GPG passphrase |
| 22 | several times. Note that this option doesn't affect tag signing |
| 23 | behavior enabled by `-u <keyid>` or `--local-user=<keyid>` options. |