diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-07-23 11:35:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-23 11:35:45 -0700 |
commit | c3d2bc720cd56af5a18eec219890dcff701680f8 (patch) | |
tree | 47abe35663b14edb6a1b0725d8e70a63959e1087 /Documentation/config.txt | |
parent | Sync with maint (diff) | |
parent | tag: support configuring --sort via .gitconfig (diff) | |
download | tgif-c3d2bc720cd56af5a18eec219890dcff701680f8.tar.xz |
Merge branch 'jk/tag-sort'
* jk/tag-sort:
tag: support configuring --sort via .gitconfig
tag: fix --sort tests to use cat<<-\EOF format
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 1d718bdb96..c55c22ab7b 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2354,6 +2354,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 |