git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3bc1f9e
)
graph.c: limit linkage of internal variable
author
Đoàn Trần Công Danh
<redacted>
Mon, 27 Apr 2020 14:22:36 +0000
(21:22 +0700)
committer
Junio C Hamano
<redacted>
Mon, 27 Apr 2020 18:21:25 +0000
(11:21 -0700)
Signed-off-by: Đoàn Trần Công Danh <redacted>
Reviewed-by: Ramsay Jones <redacted>
Signed-off-by: Junio C Hamano <redacted>
graph.c
patch
|
blob
|
history
diff --git
a/graph.c
b/graph.c
index 4fb25ad464db5778262936cdcc97b5088abc7678..4cd9915075ff23d8a5218609b06239b9d9f08435 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)
{
git clone https://git.99rst.org/PROJECT