| Index: tools/push-to-trunk/chromium_roll.py
|
| diff --git a/tools/push-to-trunk/chromium_roll.py b/tools/push-to-trunk/chromium_roll.py
|
| index 03f18f6e605ac58c7f0441699da85093a6e93037..e6c3086bd17439cf3a70d50f2dda15728d1ba616 100755
|
| --- a/tools/push-to-trunk/chromium_roll.py
|
| +++ b/tools/push-to-trunk/chromium_roll.py
|
| @@ -86,7 +86,8 @@ class UploadCL(Step):
|
| sheriff = ("\n\nPlease reply to the V8 sheriff %s in case of problems."
|
| % self["sheriff"])
|
| self.GitCommit("%s%s\n\nTBR=%s" %
|
| - (commit_title, sheriff, self._options.reviewer))
|
| + (commit_title, sheriff, self._options.reviewer),
|
| + author=self._options.author)
|
| if not self._options.dry_run:
|
| self.GitUpload(author=self._options.author,
|
| force=True,
|
|
|