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

allow deps to checkout unmerged commits #2922

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. allow deps to checkout unmerged commits

    - keep orignal scenario (Ref available locally) :
      If the ref SHA is part of the default fetched refs, the initial
    checkout succeeds, and no additional fetch is needed.
    
    - added scenario (Ref not available locally after git clone):
      If the ref is an unmerged commit (e.g., testing a pending change in CI
    flow), the initial checkout fails. Then fetches the specific ref from the
    remote repository and retries the checkout.
    gucliti committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    241b65e View commit details
    Browse the repository at this point in the history