mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
graph.c: limit linkage of internal variable
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Reviewed-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
3bc1f9e48c
commit
9d2152d3db
2
graph.c
2
graph.c
@@ -1055,7 +1055,7 @@ static void graph_output_commit_line(struct git_graph *graph, struct graph_line
|
||||
graph_update_state(graph, GRAPH_COLLAPSING);
|
||||
}
|
||||
|
||||
const char merge_chars[] = {'/', '|', '\\'};
|
||||
static const char merge_chars[] = {'/', '|', '\\'};
|
||||
|
||||
static void graph_output_post_merge_line(struct git_graph *graph, struct graph_line *line)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user