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

2022-10-31 Thread Thomas Monjalon
26/10/2022 10:34, Chaoyong He: > > On 10/26/2022 7:24 AM, David Marchand wrote: > > > On Tue, Oct 25, 2022 at 12:15 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 >

RE: [PATCH v2] devtools: check for supported git version

2022-10-26 Thread Chaoyong He
> On 10/26/2022 7:24 AM, David Marchand wrote: > > On Tue, Oct 25, 2022 at 12:15 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 n

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

2022-10-26 Thread Ferruh Yigit
On 10/26/2022 7:24 AM, David Marchand wrote: On Tue, Oct 25, 2022 at 12:15 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 clea

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

2022-10-25 Thread David Marchand
On Tue, Oct 25, 2022 at 12:15 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 requ

[PATCH v2] devtools: check for supported git version

2022-10-25 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