projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'jk/reject-newer-extensions-in-v0' into master
[git]
/
graph.c
diff --git
a/graph.c
b/graph.c
index
4fb25ad
..
4cd9915
100644
(file)
--- a/
graph.c
+++ b/
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)
{