log --graph --stat: three-dash separator should come after 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:08:30 +0000 (12:08 -0700)
commitaea69a016f5bda67c359e43a3cbfabe923ad0f5a
treee7329235377e1ea89dd7c60d1062f8d60df9d0bd
parentd909e0761c234b28aac77566368c1ee5451a856a
log --graph --stat: three-dash separator should come after graph lines

Output from "git log --graph --stat -p" emits the three-dash separator
line before the graph that shows ancestry lines.  The separator should
come after the ancestry lines just like all the other output.

Signed-off-by: Lucian Poston <lucian.poston@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c