Almost all directory file patterns in MAINTAINERS end with a trailing /.
There are some directory file patterns that do not.
It'd be nice to update those without the trailing / properly.
Can you please run and apply this script after rc1 ?
$ git grep -h "^[FX]:" MAINTAINERS | \
cut -f2- | grep
Almost all directory file patterns in MAINTAINERS end with a trailing /.
There are some directory file patterns that do not.
It'd be nice to update those without the trailing / properly.
At some point, it'd be good to run:
$ git grep -h "^[FX]:" MAINTAINERS | \
cut -f2- | grep -vP '/$|\*|\?|\['
2 matches
Mail list logo