about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-23 15:55:20 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-25 16:32:34 +0000
commit59bf331d27ea29902870daeb50a47c13788fa7a7 (patch)
treee1d625274f8421746f7b1fda0f2faac9998ff8d6 /Completion/Unix/Command/_git
parent14dbc20b026a9ffa3f331995e89cd5cacaaf93a0 (diff)
downloadzsh-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/_git')
-rw-r--r--Completion/Unix/Command/_git2
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'