diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2014-07-16 14:48:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-17 09:22:20 -0700 |
commit | b150794dafb0a7a1c5caba6fdf7d517a1a15cb59 (patch) | |
tree | c9be5e6f007751afc160a475fa96040ea048f471 /Documentation/config.txt | |
parent | dc662d449f56cb969025db4fe54fa3374777495c (diff) | |
download | git-b150794dafb0a7a1c5caba6fdf7d517a1a15cb59.tar.gz |
tag: support configuring --sort via .gitconfigjk/tag-sort
Add support for configuring default sort ordering for git tags. Command
line option will override this configured value, using the exact same
syntax.
Cc: Jeff King <peff@peff.net>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9f467d3820..9d4f249606 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2351,6 +2351,11 @@ submodule.<name>.ignore:: "--ignore-submodules" option. The 'git submodule' commands are not affected by this setting. +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 |