Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git: fix pulling commit SHA only referenced from a tag #5072

Merged
merged 1 commit into from
Jun 23, 2024

Commits on Jun 21, 2024

  1. git: fix pulling commit SHA only referenced from a tag

    On commit SHA input we currently do a full fetch of
    remote so we can pick up the commit by SHA later. This
    only pulls in tags that are also part of branches. Extra
    flag is needed to also get the tags that are not part of
    branches.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dff03a2 View commit details
    Browse the repository at this point in the history