Skip to content

v4's show-progress flag should suppress "git checkout" as well #1455

@ychin

Description

@ychin

v4 recently introduced a "show-progress" flag that will suppress the "--progress" flag from Git fetch. However, this action will then perform a "git checkout" later with a hard-coded --progress flag. I think it makes sense to also remove it if show-progress: false is specified. I think it would be rare for someone to care about the progress in checkout but not fetch to begin with, so keeping this the same for both Git fetch and checkout will keep it simple.

Note: There's an existing bug where this flag currently doesn't do anything and always defaults to false (it should default to true) (#1453). This suggestion is assuming the bug got fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions