trivial script to update MAINTAINERS directory patterns

2019-07-19 Thread Joe Perches
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

trivial script to update MAINTAINERS directory patterns

2019-06-26 Thread Joe Perches
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 '/$|\*|\?|\['