user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: meta@public-inbox.org
Subject: v1.4.0 tag is not contained in master
Date: Wed, 22 Apr 2020 03:16:36 +0000	[thread overview]
Message-ID: <87r1wgqkff.fsf@kyleam.com> (raw)

Just a heads up: the repo has a tag for the latest release, but it's not
contained within master (currently 2289dc4ab):

    % git show -s v1.4.0
    tag v1.4.0
    Tagger: Eric Wong <e@yhbt.net>
    Date:   Fri Apr 17 08:46:19 2020 +0000
    
    public-inbox 1.4.0
    
    commit afd0bc24476be06e841bf83cb870b353f0a044b7 (tag: v1.4.0)
    Author: Eric Wong <e@yhbt.net>
    Date:   Fri Apr 17 08:41:23 2020 +0000
    
        public-inbox 1.4.0

    % git for-each-ref --contains=v1.4.0
    08ef56ec4f1f98a578fb8f09e4b562133af94f41 tag	refs/tags/v1.4.0

master contains another (untagged) commit for the 1.4.0 release:

    % git show -s 'master^{/^public-inbox 1}'
    commit 427471b2f3af3a8d78febf9096bbc34a45c4673c
    Author: Eric Wong <e@yhbt.net>
    Date:   Fri Apr 17 08:41:23 2020 +0000
    
        public-inbox 1.4.0

    % git diff v1.4.0..427471b2f3af3a8d78febf9096bbc34a45c4673c
    diff --git a/Documentation/RelNotes/v1.4.0.eml b/Documentation/RelNotes/v1.4.0.eml
    index fa3940bd..ae7c1457 100644
    --- a/Documentation/RelNotes/v1.4.0.eml
    +++ b/Documentation/RelNotes/v1.4.0.eml
    @@ -1,8 +1,7 @@
     From: Eric Wong <e@yhbt.net>
     To: meta@public-inbox.org
     Subject: [ANNOUNCE] public-inbox 1.4.0
    -Date: Fri, 17 Apr 2020 08:47:00 +0000
    -Message-Id: <20200417084700.public-inbox-1.4.0-rele@sed>
    +Message-Id: <20200417084800.public-inbox-1.4.0-rele@sed>
     MIME-Version: 1.0
     Content-Type: text/plain; charset=utf-8

             reply	other threads:[~2020-04-22  3:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22  3:16 Kyle Meyer [this message]
2020-04-22  6:49 ` v1.4.0 tag is not contained in master Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r1wgqkff.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).