fix error detect when push commits

This commit is contained in:
Unknwon
2015-09-25 21:06:31 -04:00
parent 6dfee30bf0
commit 2dde2a8ad3
2 changed files with 10 additions and 3 deletions

View File

@ -135,7 +135,6 @@ func Update(refName, oldCommitId, newCommitId, userName, repoUserName, repoName
var actEmail string
for e := l.Front(); e != nil; e = e.Next() {
commit := e.Value.(*git.Commit)
if actEmail == "" {
actEmail = commit.Committer.Email
}