You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
685 B
17 lines
685 B
6 years ago
|
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.
|
||
|
|
||
|
tar.umask::
|
||
|
This variable can be used to restrict the permission bits of
|
||
|
tar archive entries. The default is 0002, which turns off the
|
||
|
world write bit. The special value "user" indicates that the
|
||
|
archiving user's umask will be used instead. See umask(2) and
|
||
|
linkgit:git-archive[1].
|