Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 297 all good.
- X-seq: zsh-workers 34528
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: 297 all good.
- Date: Fri, 13 Feb 2015 10:33:37 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=x-sasl-enc:date:from:to:cc:subject :message-id:references:mime-version:content-type:in-reply-to; s= mesmtp; bh=patD0iv3qZ0bg9e8MwSwFnpijPo=; b=cg/0u8HokV/2HWl2k4Vs8 IhCEptCUnlmgfEPt+hp7alXS6IGyXLXye8+2x+oVmOKdNpNPcF11uarjBYpO7hmD hyigCxPj/KKL62+yJpR17FpWhyPdADZ8qhlgleAN0pF5Fnu1CknZWKg/wxKLv9x+ GlTykS2Fp0auELKyOkHKvU=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:date:from:to:cc:subject :message-id:references:mime-version:content-type:in-reply-to; s= smtpout; bh=patD0iv3qZ0bg9e8MwSwFnpijPo=; b=cDSFq5yIub6M5+eZ3TrY YE7qfOs99UhS7jSpReu0e4oPxqPaFIKfA3HdemfdxS7bckCWpnUk6yfLmNLlT2dl lEYD2rOLVHJ1coyhqyeGirQlfGDwUrsiYMl1zUi9Rqyhh2x5bUr76NKIouy1tSdP mw5xbdiMbdytlwp7g+kFZNg=
- In-reply-to: <54DD829D.9000806@eastlink.ca>
- 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: <54DD52EB.5010306@eastlink.ca> <150212194141.ZM1273@torch.brasslantern.com> <CAHYJk3QzAs+XYA2FWfXF01-AkES68tRxwecKoycE_VXg3yS2Mg@mail.gmail.com> <54DD829D.9000806@eastlink.ca>
Ray Andrews wrote on Thu, Feb 12, 2015 at 20:50:37 -0800:
> On 02/12/2015 08:09 PM, Mikael Magnusson wrote:
> >On Fri, Feb 13, 2015 at 4:41 AM, Bart Schaefer
> ><schaefer@xxxxxxxxxxxxxxxx> wrote:
> >>On Feb 12, 5:27pm, Ray Andrews wrote:
> >>} (BTW I trust eg: '297' is a unique ID for each build?)
> >>
> >>Sort of. It's the number of commits since some flag point (the 5.0.7
> >>release, in this case). So it'll be unique until after the next such
> >>flag point (probably 5.0.8).
> >This also assumes you don't have any local commits. The actually
> >unique identifier for the commit comes after the g at the end. (It's
> >just the first few digits of the commit hash).
> >
> Ok, good to know, I'm just looking for the briefest effective way of
> referring to this build or that build. The 'commitnumber' is nicely
> sequential and simple, so that should do unless I hear different.
Please don't report bare numbers. Converting a number like '297' to a
form git understands is ambiguous and a little work. Instead, report a
revision hash, an X-Seq number (in the commit message), or the value of
$ZSH_PATCHLEVEL.
The X-Seq number is unambiguous even if you have local commits on that
branch that aren't upstream.
Thanks,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author