mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted: _git-config: Fix syntax error in 'tag.sort' completion.
This commit is contained in:
parent
14dbc20b02
commit
59bf331d27
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2016-06-25 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Completion/Unix/Command/_git: _git-config: Fix
|
||||
syntax error in 'tag.sort' completion.
|
||||
|
||||
* 38652: Test/ztst.zsh: test harness: Emit unified diffs instead
|
||||
of context diffs
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue