Home | History | Annotate | Download | only in checkout

Lines Matching refs:committer_email

817         committer_email = self.run(["git", "log", "-1", "--pretty=format:%ce", git_commit])
819 return committer_email.rsplit("@", 1)[0]