From e404b1dd6923c255e22933127d3e6f4e4119f61b Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 21 Jul 2017 07:43:29 +0100 Subject: small glitch in commits.go --- commits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commits.go b/commits.go index a1be2d4..c254403 100644 --- a/commits.go +++ b/commits.go @@ -196,7 +196,7 @@ func walk_commits(msg SCORSHmsg, w *SCORSHworker) error { // c) If everything is OK, execute the tag if good_tag && good_keys { - env := set_environment(&msg, t.Tag, get_author_email(), get_committer_email()) + env := set_environment(&msg, t.Tag, get_author_email(commit), get_committer_email(commit)) errs := exec_tag(tag_cfg, t.Args, env) debug.log("[worker: %s] errors in tag %s: %s\n", w.Name, t.Tag, errs) } -- cgit v1.2.3