Re: [PATCH 2/5] sequencer: use skip_blank_lines() to find the commit subject

2016-06-29 Thread Junio C Hamano
Johannes Schindelin writes: > Just like we already taught the find_commit_subject() function (to make > it consistent with the code in pretty.c), we now simply skip leading > blank lines of the commit message. > > Signed-off-by: Johannes Schindelin > --- > sequencer.c | 6 ++ > 1 file chang

[PATCH 2/5] sequencer: use skip_blank_lines() to find the commit subject

2016-06-29 Thread Johannes Schindelin
Just like we already taught the find_commit_subject() function (to make it consistent with the code in pretty.c), we now simply skip leading blank lines of the commit message. Signed-off-by: Johannes Schindelin --- sequencer.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --g