Skip excessive blank lines before commit body
authorLars Hjemli <hjemli@gmail.com>
Wed, 3 Jan 2007 13:34:13 +0000 (14:34 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Jan 2007 16:29:01 +0000 (08:29 -0800)
This modifies pretty_print_commit() to make the output of git-rev-list and
friends a bit more predictable.

A commit body starting with blank lines might be unheard-of, but still possible
to create using git-commit-tree (so is bound to appear somewhere, sometime).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found