Skip to content

incorrect logic when testing for git version > 2.28.0 #1211

@joshrabinowitz

Description

@joshrabinowitz

is_git_version_ge_2_28_0 function

is checking if major is >= 2 AND minor is >= 28 AND patch is >= 0, but this logic doesn't properly handle version comparisons across different major versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions