Searched +full:a +full:- +full:za +full:- +full:z (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: GPL-2.08 # the files modified in a patch or for a file11 # perl scripts/get_maintainer.pl [OPTIONS] -f <file>42 my $email_git_since = "1-year-ago";43 my $email_hg_since = "-365";73 my @fixes = (); # If a patch description includes Fixes: lines82 # a) responsible for the code in question, or85 push(@signature_tags, "Signed-off-by:");86 push(@signature_tags, "Reviewed-by:");87 push(@signature_tags, "Acked-by:");[all …]
2 # SPDX-License-Identifier: GPL-2.07 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>8 # (c) 2010-2018 Joe Perches <joe@perches.com>11 # and is unchanged except for this comment and a change to not fail on73 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";76 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE78 my $git_command ='export LANGUAGE=en_US.UTF-8; git';92 -q, --quiet quiet93 -v, --verbose verbose mode94 --no-tree run without a kernel tree[all …]