Re: [PATCH 0/5] Use skip_blank_lines() for more commit messages

2016-06-29 Thread Junio C Hamano
Johannes Schindelin writes: > It occurred to me that there might be more code locations where finding > the commit object's body is hand-rolled, and could benefit from using > the skip_blank_lines() function to handle not-quite-standard but > still-allowed objects from being processed correctly.

[PATCH 0/5] Use skip_blank_lines() for more commit messages

2016-06-29 Thread Johannes Schindelin
These patches are on top of js/find-commit-subject-ignore-leading-blanks (whether you want to put them into the same topic branch before merging or put them into their own add-on topic branch does not really matter to me). It occurred to me that there might be more code locations where finding the