Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] __git_recent_commits: prefer recent commit objects
- X-seq: zsh-workers 40946
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] __git_recent_commits: prefer recent commit objects
- Date: Sun, 9 Apr 2017 11:47:07 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=jPbipeOs4AO252o+Qrd3u7ZpVboP+V7KjCJNMAUcUb0=; b=tw+DjdpC2qCDZOX5Aup9tAWKfR+8LwZqpiNOVBlZQYOk6/zDjTN/cLyVMEPEGGLVhY UG2F8g44xssRcsiNmMPBhufSECbBrb2/fn/Rb+iqy1QG+EohcqT84ftn7vCsOauaJ/3W hL5TFN0Ch8/VoI4yd25amHnGzOWH8V7vw+MGGDcS9Qwc1PKMsnxYrRoBO4OudL8gfqXv RCmL9B74mO1AEtg9gzpebO0a6zPJIDhayBfH5xEN7YtEvUPSnXYAi5PXn1nEdNmVdvI1 ydEdnVEztkpH3nxrr5UsXW5QjMyC3u4/6l/Wiz80XvA+Z8CqD0Be6EpHQ2b4vNTNmOTd sBXg==
- In-reply-to: <20170409152335.20372-1-genml+zsh-workers@thequod.de>
- 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: <20170409152335.20372-1-genml+zsh-workers@thequod.de>
On Apr 9, 5:23pm, Daniel Hahler wrote:
}
} RFC: Daniel Shahaf mentioned that `expl=()` might not be right here after all,
} so I am waiting for feedback before pushing it.
expl isn't used by _describe so there's no reason to reset it both before
and after that call, and it's local to __git_recent_commits so there's
also no reason to reset it before the first time it's passed to _wanted.
I'm not certain whether it's necessary to reset it between _wanted calls,
though it typically will have been assigned a value by the first one.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author