From 9e1c419497c8b604174c4af5af90ebd8c3707a77 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 9 Mar 2008 12:29:52 +0000 Subject: 24702: fix 24701 --- Completion/Unix/Command/_git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index d15f3599e..2724be7d0 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -4155,8 +4155,8 @@ __git_is_indexed () { __git_aliases_and_commands ;; (options) - curcontext="${curcontext%:*:*}:git-$service:" - _call_function ret _git-$service + curcontext="${curcontext%:*:*}:git-$words[1]:" + _call_function ret _git-$words[1] ;; esac else -- cgit v1.2.3