log --graph: fix break in graph lines
authorLucian Poston <redacted>
Tue, 20 Mar 2012 08:05:34 +0000 (01:05 -0700)
committerJunio C Hamano <redacted>
Tue, 20 Mar 2012 19:30:56 +0000 (12:30 -0700)
commitb18e97ceb938362c0be62997ba333d4ad36226e4
tree159f9c9edbf2914c8f341c6f20bd855392bf215d
parentaea69a016f5bda67c359e43a3cbfabe923ad0f5a
log --graph: fix break in graph lines

Output from "git log --graph --stat -p" broke the ancestry graph lines
with a single empty line between the diffstat and the patch.

Signed-off-by: Lucian Poston <redacted>
Signed-off-by: Junio C Hamano <redacted>
diff.c
git clone https://git.99rst.org/PROJECT