>From 565a6553c2612a041c6a8b8e71fb1789938490e2 Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Wed, 23 Jan 2008 08:53:41 +0100 Subject: [PATCH] removed trailing whitespace --- _git | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_git b/_git index 7b76d5a..0a6cebf 100644 --- a/_git +++ b/_git @@ -3,8 +3,8 @@ # Commands not completed: # git-sh-setup # git-shell -# git-parse-remote -# git-rev-parse +# git-parse-remote +# git-rev-parse # TODO: most commands need a valid git repository to run, so add a check for it # so that we can make our handling a little bit cleaner (need to deal with @@ -544,7 +544,7 @@ _git-verify-pack () { '-v[show objects contained in pack]' \ '*:index file:_files -g "*.idx"' && ret=0 } - + __git-clone_or_fetch-pack () { _arguments \ $exec_arg \ @@ -1220,7 +1220,7 @@ _remote_files () { while _tags; do while _next_label files expl ${suf:-remote directory}; do # [[ -n $suf ]] && compadd "$@" "$expl[@]" -d remdispf \ -# ${(q)remdispf%[*=@|]} && ret=0 +# ${(q)remdispf%[*=@|]} && ret=0 compadd ${suf:+-S/} "$@" "$expl[@]" -d remdispd \ ${(q)remdispd%/} && ret=0 done -- 1.5.3.5.GIT