Bug 159600 - Give git-add-reviewer an option to say “Rubber-stamped by” in non-interactive mode
Summary: Give git-add-reviewer an option to say “Rubber-stamped by” in non-interactive...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-09 09:06 PDT by mitz
Modified: 2016-07-09 09:24 PDT (History)
3 users (show)

See Also:


Attachments
Add --rubber-stamp option (1.67 KB, patch)
2016-07-09 09:09 PDT, mitz
dbates: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-07-09 09:06:46 PDT
Patch forthcoming.
Comment 1 mitz 2016-07-09 09:09:42 PDT
Created attachment 283261 [details]
Add --rubber-stamp option
Comment 2 Daniel Bates 2016-07-09 09:22:39 PDT
Comment on attachment 283261 [details]
Add --rubber-stamp option

View in context: https://bugs.webkit.org/attachment.cgi?id=283261&action=review

> Tools/ChangeLog:3
> +        Give git-add-reviewer an option to say âRubber-stamped byâ in non-interactive mode

Fancy quotes don't seem to be encoded properly
Comment 3 mitz 2016-07-09 09:24:21 PDT
(In reply to comment #2)
> Comment on attachment 283261 [details]
> Add --rubber-stamp option
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=283261&action=review
> 
> > Tools/ChangeLog:3
> > +        Give git-add-reviewer an option to say âRubber-stamped byâ in non-interactive mode
> 
> Fancy quotes don't seem to be encoded properly

That’s bug 75394.

Thanks for the review! Committed <http://trac.webkit.org/r203032>.