Richard Sandiford <[email protected]> writes:
>> +# this regex matches the first line of the "end" in the initial commit
>> message
>> +FIRST_LINE_OF_END_RE = re.compile('(?i)^(signed-off-by:|co-authored-by:|#)
>> ')
>
> Personally I think it would be safer to drop the final space in the regexp.
>
> OK with that change if you agree.
Hello,
You're correct. I'll commit the adjusted change.
Thanks,
Marc
