Auto merge of #14935 - paulrouget:gitAuthor, r=aneeshusa

Add git author

fix https://github.com/servo/saltfs/issues/575

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14935)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-09 23:43:12 -08:00 committed by GitHub
commit 124301cf48

View file

@ -52,7 +52,9 @@ update_brew() {
> "${tmp_dir}/Formula/servo-bin.rb"
git -C "${tmp_dir}" add ./Formula/servo-bin.rb
git -C "${tmp_dir}" commit -m "Version bump: ${version}"
git -C "${tmp_dir}" commit \
--author="Tom Servo <servo@servo.org>" \
--message="Version bump: ${version}"
git -C "${tmp_dir}" push -qf \
"https://${GITHUB_HOMEBREW_TOKEN}@github.com/servo/homebrew-servo.git" \