[edk2-devel] [PATCH 1/1] BaseTools/PatchCheck.py: Ignore CR and LF characters in subject length

2019-12-19 Thread Philippe Mathieu-Daudé
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=113 Strip the trailing characters before checking the subject line is less than 72 characters. Fixes: e61406708c83f Cc: Liming Gao Cc: Jordan Justen Signed-off-by: Philippe Mathieu-Daude --- Cc: Yonghong Zhu Cc: Zhichao Gao --- BaseTools/S

Re: [edk2-devel] [PATCH 1/1] BaseTools/PatchCheck.py: Ignore CR and LF characters in subject length

2019-12-31 Thread Philippe Mathieu-Daudé
ping? On 12/19/19 3:12 PM, Philippe Mathieu-Daude wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=113 Strip the trailing characters before checking the subject line is less than 72 characters. Fixes: e61406708c83f Cc: Liming Gao Cc: Jordan Justen Signed-off-by: Philippe Mathieu-Da

Re: [edk2-devel] [PATCH 1/1] BaseTools/PatchCheck.py: Ignore CR and LF characters in subject length

2020-01-02 Thread Jordan Justen
On 2019-12-19 06:12:56, Philippe Mathieu-Daudé wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=113 > > Strip the trailing characters before checking the subject line is > less than 72 characters. > > Fixes: e61406708c83f > Cc: Liming Gao > Cc: Jordan Justen > Signed-off-by: Philipp

Re: [edk2-devel] [PATCH 1/1] BaseTools/PatchCheck.py: Ignore CR and LF characters in subject length

2020-01-02 Thread Philippe Mathieu-Daudé
On 1/2/20 10:39 AM, Jordan Justen wrote: On 2019-12-19 06:12:56, Philippe Mathieu-Daudé wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=113 Strip the trailing characters before checking the subject line is less than 72 characters. Fixes: e61406708c83f Cc: Liming Gao Cc: Jordan Just