Skip to content

Commit fb4c06f

Browse files
pcloudsgitster
authored andcommitted
config.txt: move tag.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 95c125f commit fb4c06f

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

Documentation/config.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -419,22 +419,7 @@ include::config/stash.txt[]
419419

420420
include::config/submodule.txt[]
421421

422-
tag.forceSignAnnotated::
423-
A boolean to specify whether annotated tags created should be GPG signed.
424-
If `--annotate` is specified on the command line, it takes
425-
precedence over this option.
426-
427-
tag.sort::
428-
This variable controls the sort ordering of tags when displayed by
429-
linkgit:git-tag[1]. Without the "--sort=<value>" option provided, the
430-
value of this variable will be used as the default.
431-
432-
tar.umask::
433-
This variable can be used to restrict the permission bits of
434-
tar archive entries. The default is 0002, which turns off the
435-
world write bit. The special value "user" indicates that the
436-
archiving user's umask will be used instead. See umask(2) and
437-
linkgit:git-archive[1].
422+
include::config/tag.txt[]
438423

439424
transfer.fsckObjects::
440425
When `fetch.fsckObjects` or `receive.fsckObjects` are

Documentation/config/tag.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
This variable controls the sort ordering of tags when displayed by
8+
linkgit:git-tag[1]. Without the "--sort=<value>" option provided, the
9+
value of this variable will be used as the default.
10+
11+
tar.umask::
12+
This variable can be used to restrict the permission bits of
13+
tar archive entries. The default is 0002, which turns off the
14+
world write bit. The special value "user" indicates that the
15+
archiving user's umask will be used instead. See umask(2) and
16+
linkgit:git-archive[1].

0 commit comments

Comments
 (0)