X-Git-Url: https://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/1eddfd5052863e93b723b26a1d1266471882f234..f537ebc4bbd27866c9ac3e1198b6756ebab7f2ba:/tools/splitpatch.ml diff --git a/tools/splitpatch.ml b/tools/splitpatch.ml index debfd2f..68af129 100644 --- a/tools/splitpatch.ml +++ b/tools/splitpatch.ml @@ -133,12 +133,12 @@ let read_configs template = let maintainer_command file = Printf.sprintf - "cd %s; scripts/get_maintainer.pl --separator , --nogit -f %s" + "cd %s; scripts/get_maintainer.pl --separator , --nogit --norolestats -f %s" !git_tree file let subsystem_command file = Printf.sprintf - "cd %s; scripts/get_maintainer.pl --nogit --subsystem -f %s | grep -v @" + "cd %s; scripts/get_maintainer.pl --nogit --subsystem --norolestats -f %s | grep -v @" !git_tree file let checkpatch_command file =