summaryrefslogtreecommitdiff
path: root/commit-graph.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-14 14:44:38 -0700
committerJunio C Hamano <gitster@pobox.com>2018-03-14 14:44:38 -0700
commit2833c6431f1185c274341d9c8d26915c8d8506d5 (patch)
tree399e100a16e20b615bc295123c1b4f7c04623cdc /commit-graph.c
parent626d3d33cb1a0ff93f14f473be8b7a1d7d4eb5ee (diff)
downloadgit-ds/commit-graph.tar.gz
SQUASH??? sparse fixesds/commit-graph
Diffstat (limited to 'commit-graph.c')
-rw-r--r--commit-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-graph.c b/commit-graph.c
index 6a4fb77b42..a3cd1e5450 100644
--- a/commit-graph.c
+++ b/commit-graph.c
@@ -182,7 +182,7 @@ cleanup_fail:
}
/* global storage */
-struct commit_graph *commit_graph = NULL;
+static struct commit_graph *commit_graph = NULL;
static void prepare_commit_graph_one(const char *obj_dir)
{