author | Johan Herland <johan@herland.net> | |
Tue, 13 Jul 2010 21:23:38 +0000 (23:23 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 13 Jul 2010 23:32:30 +0000 (16:32 -0700) | ||
commit | 6bdc17d9a69bdd736901b115841479f5782a510e | |
tree | 241d9c697de99f1d0d24482e73d731c32abd38f3 | tree | snapshot |
parent | 449aeb10d5d28083199f82c444b55a03c545e956 | commit | diff |
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>
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 | diff | blob | history | |
graph.h | diff | blob | history |