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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --all flag to fetch method #579

Commits on May 3, 2022

  1. Add --all flag to fetch method

    The fix for CVE-2022-25648 broke a workflow for us by removing the ability
    to fetch all remotes.
    
    This adds --all to the list of available flags for the #fetch method. It does
    not add :a as an alternative flag, as git fetch -a and git fetch --all are
    not the same thing.
    
    Signed-off-by: Matthew Riedel <matthew.riedel@fluxfederation.com>
    matthewriedel-flux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    13ac421 View commit details
    Browse the repository at this point in the history