Skip to content

Conversation

@charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Nov 9, 2025

Summary

This enables us to take a fast-path for commit resolution even for private repositories. This can be beneficial for cases in which we have a tag or branch name, but it's not clear that it's a tag or branch name, since we can skip the expensive path where we fetch all tags and branches.

Closes #16604.

@charliermarsh charliermarsh marked this pull request as ready for review November 9, 2025 04:23
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.

Using git ls-remote for commit SHA resolution

2 participants