On Tue, Feb 28, 2012 at 5:37 PM, Thomas Rast <trast@xxxxxxxxxxxxxxx> wrote: > get_header()'s exit condition is finding the \n\n that separates the > commit header from its message. If such a double newline is not > present, it segfaults. Catch this case and die(). I'd prefer a gentler approach: if there's no \n\n, accept that this commit has no body. I think I encountered such commits in the test suite when I tried to convert commit encoding partially and made the assumption that \n\n must exist. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html