Home Explore Blog CI



git

Documentation/config/tag.adoc
1bdc1c3bf9cfe6e17b84c9dc14e5fcef3bc20b1a2f9ed0a30000000300000318
tag.forceSignAnnotated::
	A boolean to specify whether annotated tags created should be GPG signed.
	If `--annotate` is specified on the command line, it takes
	precedence over this option.

tag.sort::
	This variable controls the sort ordering of tags when displayed by
	linkgit:git-tag[1]. Without the "--sort=<value>" option provided, the
	value of this variable will be used as the default.

tag.gpgSign::
	A boolean to specify whether all tags should be GPG signed.
	Use of this option when running in an automated script can
	result in a large number of tags being signed. It is therefore
	convenient to use an agent to avoid typing your gpg passphrase
	several times. Note that this option doesn't affect tag signing
	behavior enabled by "-u <keyid>" or "--local-user=<keyid>" options.

Chunks
863f6ec2 (1st chunk of `Documentation/config/tag.adoc`)
Title: Git Tag Configuration Options
Summary
This section describes Git configuration options related to tag creation and display, including GPG signing and sorting, allowing for customization of the tagging process, such as forcing signed annotated tags, specifying the default sort order, and enabling GPG signing for all tags, with considerations for automated script usage and passphrase management.