Skip to content

fix(cef): use full SHA for gstcefsrc pin so git fetch works#506

Merged
srperens merged 1 commit intomainfrom
fix/cef-126-full-sha
Apr 17, 2026
Merged

fix(cef): use full SHA for gstcefsrc pin so git fetch works#506
srperens merged 1 commit intomainfrom
fix/cef-126-full-sha

Conversation

@srperens
Copy link
Copy Markdown
Collaborator

GitHub's uploadpack.allowAnySHA1InWant only resolves full 40-char SHAs, not the short form. git fetch --depth 1 origin 0e470f51fd fails with "couldn't find remote ref 0e470f51fd", breaking the gstcefsrc build.

Replace all references to the short SHA with the full commit ID 0e470f51fdb8afdd9e31ef0b3d75b26536b180e5.

Description

Brief description of the changes.

Related Issue

Fixes #(issue number)

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • I have run cargo fmt --all
  • I have run cargo clippy --workspace --all-targets -- -D warnings
  • I have run cargo test --workspace
  • I have updated documentation as needed
  • I have added tests for new functionality

GitHub's uploadpack.allowAnySHA1InWant only resolves full 40-char SHAs,
not the short form. `git fetch --depth 1 origin 0e470f51fd` fails with
"couldn't find remote ref 0e470f51fd", breaking the gstcefsrc build.

Replace all references to the short SHA with the full commit ID
0e470f51fdb8afdd9e31ef0b3d75b26536b180e5.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@srperens srperens merged commit e2d6479 into main Apr 17, 2026
3 checks passed
@srperens srperens deleted the fix/cef-126-full-sha branch April 17, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant