Repo tags out of sync with patches?

20 views
Skip to first unread message

Paul Jolly

unread,
Jun 29, 2019, 9:19:04 AM6/29/19
to vim...@googlegroups.com
Hi Bram,

It looks like the Vim repo tags have gotten a bit mixed up with the
last couple of commits:

b60d8514b (HEAD, origin/master, origin/HEAD) patch 8.1.1608: the
evalfunc.c file is too big
f9c85f580 (tag: v8.1.1608) patch 8.1.1608: the evalfunc.c file is too big
548be7f12 (tag: v8.1.1606) patch 8.1.1606: on a narrow screen ":hi"
output is confusing

Because f9c85f580 is in fact patch 1607:

https://github.com/vim/vim/blob/f9c85f580b3792f6b95107412972f5360d412ef0/src/version.c#L781

And b60d8514b is 1608:

https://github.com/vim/vim/blob/b60d8514b/src/version.c#L781

Thanks,


Paul

Bram Moolenaar

unread,
Jun 29, 2019, 2:54:44 PM6/29/19
to vim...@googlegroups.com, Paul Jolly
Yeah, the script I have picked up the wrong metadata for the commit.
I think I fixed the tag now. I don't think I can fix the message
without messing up the sequence of commits.

--
FIRST HEAD: All right! All right! We'll kill him first and then have tea and
biscuits.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Paul Jolly

unread,
Jun 29, 2019, 3:36:09 PM6/29/19
to Bram Moolenaar, Vim Dev Mailing List
> Yeah, the script I have picked up the wrong metadata for the commit.
> I think I fixed the tag now. I don't think I can fix the message
> without messing up the sequence of commits.

Thanks. Yeh, I think the tag is the only thing that really matters.

For anyone who has a stale version of the v8.1.1608 tag you'll need to:

git tag --delete v8.1.1608
git fetch origin

or equivalent.
Reply all
Reply to author
Forward
0 new messages