Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index 26f04fd8c8289ba838902f272f11346a7ef626c3..fe3fe92bae21a06b9e865d463998af3633c337df 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -2395,6 +2395,7 @@ def SendUpstream(parser, args, cmd): |
| commit_desc = ChangeDescription(change_desc.description) |
| if cl.GetIssue(): |
| commit_desc.append_footer('Review URL: %s' % cl.GetIssueURL()) |
|
M-A Ruel
2015/06/08 22:21:01
What you want is this:
commit_desc.append_footer('
|
| + commit_desc.append_footer('.') |
| if options.contributor: |
| commit_desc.append_footer('Patch from %s.' % options.contributor) |