diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-06-23 15:55:20 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-06-25 16:32:34 +0000 |
commit | 59bf331d27ea29902870daeb50a47c13788fa7a7 (patch) | |
tree | e1d625274f8421746f7b1fda0f2faac9998ff8d6 /Completion/Unix/Command | |
parent | 14dbc20b026a9ffa3f331995e89cd5cacaaf93a0 (diff) | |
download | zsh-59bf331d27ea29902870daeb50a47c13788fa7a7.tar.gz zsh-59bf331d27ea29902870daeb50a47c13788fa7a7.tar.xz zsh-59bf331d27ea29902870daeb50a47c13788fa7a7.zip |
unposted: _git-config: Fix syntax error in 'tag.sort' completion.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 8bcdff3f9..46e290788 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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' |