Commit 0efae3b22e7472b95174632c323137a2b21b9c51

Carlos Martín Nieto 2013-04-15T12:24:08

commit: correctly detect the start of the commit message The end of the header is signaled by to consecutive LFs and the commit message starts immediately after. Jumping over LFs at the start of the message is a bug and leads to creating different commits if when rebuilding history. This also fixes an empty commit message being returned as "\n".