[Development] Qt 5.12.12 branches disappeared from code.qt.io?
Edward Welbourne
edward.welbourne at qt.io
Fri Jan 13 19:50:41 CET 2023
On Friday, 13 January 2023 06:12:44 PST Samuli Piippo via Development wrote:
>> bitbake runs branch validation as 'git branch --contains <sha1> --list
>> <branch>'
Thiago Macieira (13 January 2023 16:32) replied:
> Then don't do *branch* validation. I'm sure it can validate tags too.
Indeed, git can: for example
git tag --contains <sha> --list v5.15.*
just the same as for branches, but using a glob for the tags.
Eddy.
More information about the Development
mailing list