Skip to content

Resolve repo revisions by full ref name - #2466

Merged
larsewi merged 1 commit into
cfengine:masterfrom
larsewi:ref-resolution
Aug 27, 2026
Merged

Resolve repo revisions by full ref name#2466
larsewi merged 1 commit into
cfengine:masterfrom
larsewi:ref-resolution

Conversation

@larsewi

@larsewi larsewi commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

git ls-remote matches a bare name against the tail of every ref, so 'master' also matched core's CFE-159/master branch. That sorts ahead of refs/heads/master and was the line we picked, leaving every label building core against a stale commit that would not compile against enterprise.

git ls-remote matches a bare name against the tail of every ref, so
'master' also matched core's CFE-159/master branch. That sorts ahead of
refs/heads/master and was the line we picked, leaving every label building
core against a stale commit that would not compile against enterprise.
@larsewi
larsewi merged commit b298fb4 into cfengine:master Aug 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants