Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index 7e767862acd648b6155018e0acb0de501e779019..94bf1ea766bb913368e022e2ed590bab09812196 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, |