Re: [PATCH v2] Make find_commit_subject() more robust

2016-06-21 Thread Junio C Hamano
Johannes Schindelin writes: > Just like the pretty printing machinery, we should simply ignore empty > lines at the beginning of the commit messages. Thanks. > > This discrepancy was noticed when an early version of the rebase--helper > produced commit objects with more than one empty line betw

[PATCH v2] Make find_commit_subject() more robust

2016-06-21 Thread Johannes Schindelin
Just like the pretty printing machinery, we should simply ignore empty lines at the beginning of the commit messages. This discrepancy was noticed when an early version of the rebase--helper produced commit objects with more than one empty line between the header and the commit message. Signed-of