Am 29.09.2020 um 19:46 hat Eric Blake geschrieben: > On 9/29/20 12:26 PM, Kevin Wolf wrote: > > This adds a new parameter 'help' to keyval_parse() that enables parsing > > of help options. If NULL is passed, the function behaves the same as > > before. But if a bool pointer is given, it contains the information > > whether an option "help" without value was given (which would otherwise > > either result in an error or be interpreted as the value for an implied > > key). > > > > Signed-off-by: Kevin Wolf > > --- > > > +++ b/util/keyval.c > > Might be nice to see this before the testsuite changes by tweaking the > git orderfile. What does your git orderfile look like? I don't know how to exclude tests/ from file type patterns like *.c. Kevin