diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-14 14:44:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-14 14:44:38 -0700 |
commit | 2833c6431f1185c274341d9c8d26915c8d8506d5 (patch) | |
tree | 399e100a16e20b615bc295123c1b4f7c04623cdc /builtin/commit-graph.c | |
parent | 626d3d33cb1a0ff93f14f473be8b7a1d7d4eb5ee (diff) | |
download | git-ds/commit-graph.tar.gz |
SQUASH??? sparse fixesds/commit-graph
Diffstat (limited to 'builtin/commit-graph.c')
-rw-r--r-- | builtin/commit-graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c index 62ac26e444..855df66bd6 100644 --- a/builtin/commit-graph.c +++ b/builtin/commit-graph.c @@ -31,7 +31,7 @@ static struct opts_commit_graph { static int graph_read(int argc, const char **argv) { - struct commit_graph *graph = 0; + struct commit_graph *graph = NULL; char *graph_name; static struct option builtin_commit_graph_read_options[] = { |