]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
log --graph: fix break in graph lines
authorLucian Poston <lucian.poston@gmail.com>
Tue, 20 Mar 2012 08:05:34 +0000 (01:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
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 <lucian.poston@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c