Skip to content

[Suggestion] Document minimum Git version requirement #253

Description

@skate29

Issue Type

Other

Document Location

README.md

Description

$ git version
git version 2.27.0.windows.1

git --no-pager grep -i -F -n --no-color --max-count 100 -e "ProcessStsEnum" -- xxxx/xxxx/x
error: unknown option `max-count'

Suggested Change

Hi,

I would like to suggest adding the minimum Git version requirement to the project documentation.

I encountered compatibility issues with older Git versions. Specifically, the command git grep --max-count is not recognized, resulting in the following error:
$ git version
git version 2.27.0.windows.1

git --no-pager grep -i -F -n --no-color --max-count 100 -e "ProcessStsEnum" -- xxxx/xxxx/x
error: unknown option `max-count'

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions