1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

unposted: _git-config: Fix syntax error in 'tag.sort' completion.

This commit is contained in:
Daniel Shahaf 2016-06-23 15:55:20 +00:00
parent 14dbc20b02
commit 59bf331d27
2 changed files with 4 additions and 1 deletions

View file

@ -2334,7 +2334,7 @@ _git-config () {
'svn-remote.*.pushurl:URL to push to::_urls'
'svn-remote.*.branches:branch mappings:branch mapping:->string'
'svn-remote.*.tags:tag mappings:tag mapping:->string'
tag.sort:'Default sorting method:->string'
tag.sort:'default sorting method:sorting method:->string'
'tar.*.command:specify a shell command through which the tar output generated by git archive should be piped::_cmdstring'
'tar.*.remote:enable <format> for use by remote clients via git-upload-archive::->bool'
tar.umask:'umask to apply::->umask'