diff --git a/git_cl.py b/git_cl.py index 7e767862a..94bf1ea76 100755 --- a/git_cl.py +++ b/git_cl.py @@ -533,7 +533,7 @@ or verify this branch is set up to track another (via the --track argument to '%s...' % (upstream_branch)]).strip() if not author: - author = RunGit(['config', 'user.email']) + author = RunGit(['config', 'user.email']).strip() change = presubmit_support.GitChange( name, description,