Re: [PATCH v3 0/2] Make find_commit_subject() consistent with --format=%s

2016-06-22 Thread Johannes Schindelin
Hi Junio, On Wed, 22 Jun 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > In an intermediate iteration of my rebase--helper patches, I > > accidentally generated commits with more than one empty line > > between the header and the commit message. When

Re: [PATCH v3 0/2] Make find_commit_subject() consistent with --format=%s

2016-06-22 Thread Junio C Hamano
Johannes Schindelin writes: > In an intermediate iteration of my rebase--helper patches, I > accidentally generated commits with more than one empty line > between the header and the commit message. When using > find_commit_subject() to show the oneline, it turned up

[PATCH v3 0/2] Make find_commit_subject() consistent with --format=%s

2016-06-22 Thread Johannes Schindelin
In an intermediate iteration of my rebase--helper patches, I accidentally generated commits with more than one empty line between the header and the commit message. When using find_commit_subject() to show the oneline, it turned up empty, even if the output of `git show --format=%s` looked fine.