Skip to content
Snippets Groups Projects
Commit 3dd9905d authored by Klaus Aehlig's avatar Klaus Aehlig
Browse files

devel/review: take default reviewer from environment


When adding a 'Reviewed-by'-line, also add the reviewer
passed through the REVIEWER environment variable. In that
way, adding the reviewer for patch series all reviewed
by the same person gets easier.

Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 405692ef
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ add_reviewed_by() {
$sob = 1;
} elsif ($sob == 1 and not m/^Signed-off-by:/) {
print "Reviewed-by: \n";
print "Reviewed-by: $REVIEWER\n";
$sob = -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment