X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/97111a47d707638a835d7498276ac6768a052ee8..7f339edd551eefcd6c99f379ce91c27df997cfe3:/tools/splitpatch.ml diff --git a/tools/splitpatch.ml b/tools/splitpatch.ml index 98f8e8c..7774e4d 100644 --- a/tools/splitpatch.ml +++ b/tools/splitpatch.ml @@ -1,5 +1,7 @@ (* - * Copyright 2010, INRIA, University of Copenhagen + * Copyright 2012, INRIA + * Julia Lawall, Gilles Muller + * Copyright 2010-2011, INRIA, University of Copenhagen * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix @@ -22,6 +24,7 @@ *) +# 0 "./splitpatch.ml" (* split patch per file *) (* ------------------------------------------------------------------------ *) @@ -134,12 +137,12 @@ let read_configs template = let maintainer_command file = Printf.sprintf - "cd %s; scripts/get_maintainer.pl --separator , --nogit-fallback --norolestats -f %s" + "cd %s; scripts/get_maintainer.pl --nokeywords --separator , --nogit-fallback --norolestats -f %s" !git_tree file let subsystem_command file = Printf.sprintf - "cd %s; scripts/get_maintainer.pl --nogit-fallback --subsystem --norolestats -f %s | grep -v @" + "cd %s; scripts/get_maintainer.pl --nokeywords --nogit-fallback --subsystem --norolestats -f %s | grep -v @" !git_tree file let checkpatch_command file =