Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git shouldn't return 0 if there are no matches
- X-seq: zsh-workers 27978
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] _git shouldn't return 0 if there are no matches
- Date: Thu, 27 May 2010 10:22:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=R8omu4ef6WZr96fWU9nrNiHJarno+Uyk5fcrST2CiXk=; b=i8E7GrtoGmWMLQmxaj7J0jqXZDozR4F3eFUloMiYYCuVT6rX4KGIK4d+qxGXwIAoqu CUSOrHwMgNroE7PalOOJ8z2kQFosoVNn/Hhhm72jWxoCln6nBIFEgT4KW40MWkjFJ5Vu KK0waW/LR3F2w81IUlWUrxt1Wj2BIgCLR7t/0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=YTWpANjNaOJ0IOJY8T86f6+tlxGQirUiAXAjKDt7gQ0kkANSXkD3Nr18XyNGxHTWqw DYvCr8OXqjqn3h867MqO1pZmBnp8fN/Cxs5Ki928mvX8TQTPHOMtwHj/83aKY/awk+D6 NSBynOStZWqEeS0Q1QIxGRUWXHKrs3QRitRn4=
- In-reply-to: <20100526225702.GA15615202@xxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20100526225702.GA15615202@xxxxxxxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Thu, May 27, 2010 at 00:57, Holger Weiss <holger@xxxxxxxxxxxxxxxx> wrote:
> _git handles the completion for a sub-command such as "git foo" by
> calling the function _git-foo via _call_function. ÂWithout this patch,
> _git then returns the status returned by _call_function (which is 0 if
> _call_function was able to call _git-foo) instead of the status returned
> by _git-foo.
Good call!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author