* v1.4.0 tag is not contained in master
@ 2020-04-22 3:16 Kyle Meyer
2020-04-22 6:49 ` Eric Wong
0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2020-04-22 3:16 UTC (permalink / raw)
To: meta
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: v1.4.0 tag is not contained in master
2020-04-22 3:16 v1.4.0 tag is not contained in master Kyle Meyer
@ 2020-04-22 6:49 ` Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2020-04-22 6:49 UTC (permalink / raw)
To: Kyle Meyer; +Cc: meta
Kyle Meyer <kyle@kyleam.com> wrote:
> Just a heads up: the repo has a tag for the latest release, but it's not
> contained within master (currently 2289dc4ab):
Oops. Oh well, I just merged and kept what was already in
master
> % 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>
That was Message-ID squatting; it exists, now :>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-22 6:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 3:16 v1.4.0 tag is not contained in master Kyle Meyer
2020-04-22 6:49 ` Eric Wong
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).