From d13ca43d18313a64457bf9cf265b0d0e86e94141 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 18 May 2011 16:26:10 -0400 Subject: [PATCH] Fixed missing slash in Git completion. --- plugins/git/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/_git b/plugins/git/_git index ac9fd1c7..7c72c98f 100644 --- a/plugins/git/_git +++ b/plugins/git/_git @@ -2941,7 +2941,7 @@ _git-rev-parse () { else # TODO: Parse option specification? _arguments -w -S -s \ - '(- *)'{-h,--help}'[display usage]' + '(- *)'{-h,--help}'[display usage]' \ '--keep-dashdash[do not skip first -- option]' \ '--stop-at-non-option[stop parsing options at first non-option argument]' \ '*:option specification' && ret=0