RESOLVED FIXED 149513
git-add-reviewer should trim trailing spaces/newlines
https://bugs.webkit.org/show_bug.cgi?id=149513
Summary git-add-reviewer should trim trailing spaces/newlines
Anshu Chimala
Reported 2015-09-23 17:31:56 PDT
I typed git add-reviewer HEAD "Reviewer Name then accidentally hit return without closing my end quote. I typed the end quote on the next line, assuming that the script would trim the newline at the end. It didn't. I ended up with my ChangeLog looking like: Reviewed by Reviewer Name . It would be nice if the script could avoid doing this.
Attachments
Chomp trailing whitespace from the reviewer argument (1.41 KB, patch)
2015-09-29 11:52 PDT, Dana Burkart
darin: review+
Dana Burkart
Comment 1 2015-09-23 17:33:38 PDT
Dana Burkart
Comment 2 2015-09-29 11:52:13 PDT
Created attachment 262085 [details] Chomp trailing whitespace from the reviewer argument
Dana Burkart
Comment 3 2015-09-30 13:06:23 PDT
Committed r190366
Note You need to log in before you can comment on or make changes to this bug.