Re: [PATCH] devtools: check for supported git version

2022-10-25 Thread David Marchand
On Mon, Oct 24, 2022 at 5:38 PM Ali Alnubani wrote: > > The script devtools/parse-flow-support.sh uses the git-grep > option (-o, --only-matching), which is only supported from > git version 2.19 and onwards.[1] > > The script now exits early providing a clear message to the user > about the requi

[PATCH] devtools: check for supported git version

2022-10-24 Thread Ali Alnubani
The script devtools/parse-flow-support.sh uses the git-grep option (-o, --only-matching), which is only supported from git version 2.19 and onwards.[1] The script now exits early providing a clear message to the user about the required git version instead of showing the following error messages mu