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'
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'