Re: [dpdk-dev] [PATCH] devtools: fix file listing in maintainers check

2021-06-23 Thread Thomas Monjalon
15/06/2021 14:49, Thomas Monjalon: > When having multiple working trees, the main one has a .git directory > while attached trees have a .git file. > Thus the git check should work for both file and directory. > > In the case there is no working tree (.git not readable), the command > "find" is us

[dpdk-dev] [PATCH] devtools: fix file listing in maintainers check

2021-06-15 Thread Thomas Monjalon
When having multiple working trees, the main one has a .git directory while attached trees have a .git file. Thus the git check should work for both file and directory. In the case there is no working tree (.git not readable), the command "find" is used and should be able to list paths with wildca