Test log --graph
commit289e162318bbf4b0f90dd70371046e1b20d4c0be
authorThomas Rast <trast@student.ethz.ch>
Thu, 19 Feb 2009 11:13:38 +0000 (19 12:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Feb 2009 08:02:48 +0000 (20 00:02 -0800)
tree0e45d5546a13126ac5e5d05c8dd98d3e6be71c78
parentf37bfb7a4d965e821591c98e66fe7a4e396377b5
Test log --graph

So far there were no tests checking that log --graph actually works.

Note that the tests strip trailing whitespace, as the current --graph
emits trailing whitespace on lines that do not contain anything but
graph lines.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4202-log.sh