From 560da971cc4125323cf1b77566b0f0d43fd3a84a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 18 Oct 2007 20:52:42 +0000 Subject: Mikael Magnusson: 23988: fix git-svn commands completion. --- Completion/Unix/Command/_git | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index d46c12acc..4400575f0 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2345,6 +2345,7 @@ _git-svn () { 'set-tree:commit given commit or tree to SVN repository' 'show-ignore:output corresponding .gitignore file of svn:ignore' 'commit-diff:commit diff of two tree-ishs') + _describe -t commands command commands && ret=0 ;; (options) declare -a arguments -- cgit 1.4.1