Sept. 1, 2011
1:14 p.m.
On Wed, Aug 31, 2011 at 8:44 PM, Ezio Melotti <ezio.melotti@gmail.com>wrote:
- When a bug number (#\d+) is not in the first line of the commit message, no message is sent. Is there a reason for this or is it a bug? (Note: I’m not sure about this one, I may misremember.)
From a quick look at the code I don't see any obvious reason why this shouldn't work, if it really doesn't I guess it can be fixed. (I prefer to always write the issue number at beginning of the line though.)
I did a small test 0 and the regex seems to match fine1 even when the issue number is on the other lines. However the log message sent to the tracker is limited to the first line only. This seems intentional ( 'commit_msg': description.splitlines()0).
Best Regards, Ezio Melotti