'get_maintainer.pl' by default returns authors that has fixes in relevant code, to reduce the output only maintainers from MAINTAINERS file, disabling fixes authors, by making '--no-fixes' default.
Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> --- devtools/get-maintainer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/get-maintainer.sh b/devtools/get-maintainer.sh index bba4d3f68db8..e546b8fdfd51 100755 --- a/devtools/get-maintainer.sh +++ b/devtools/get-maintainer.sh @@ -7,7 +7,7 @@ # - DPDK_GETMAINTAINER_PATH . $(dirname $(readlink -f $0))/load-devel-config -options="--no-tree --no-git-fallback" +options="--no-tree --no-git-fallback --no-fixes" options="$options --no-rolestats" print_usage () { -- 2.31.1