Make graph_next_line() available in the graph.h API
commit6bdc17d9a69bdd736901b115841479f5782a510e
authorJohan Herland <johan@herland.net>
Tue, 13 Jul 2010 21:23:38 +0000 (13 23:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jul 2010 23:32:30 +0000 (13 16:32 -0700)
tree241d9c697de99f1d0d24482e73d731c32abd38f3
parent449aeb10d5d28083199f82c444b55a03c545e956
Make graph_next_line() available in the graph.h API

In order to successfully use the graph API from a context other than the
stdout/command-line scenario (where the graph_show_* functions are
suitable), we need direct access to graph_next_line(), to drive the
graph drawing process.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
graph.c
graph.h