diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-08-02 15:30:47 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-02 15:30:47 -0700 |
| commit | 78a72ad4f8fa91adc876b2fc4b18fd370e43136d (patch) | |
| tree | a00b516dce8736567e679878f1b00966ef705f4a /environment.c | |
| parent | cfec6133cfcd97a23ca29c7d0ad8d2961796dd52 (diff) | |
| parent | dade47c06cf849b0ca180a8e6383b55ea6f75812 (diff) | |
| download | git-78a72ad4f8fa91adc876b2fc4b18fd370e43136d.tar.gz | |
Merge branch 'jt/commit-graph-per-object-store'
The singleton commit-graph in-core instance is made per in-core
repository instance.
* jt/commit-graph-per-object-store:
commit-graph: add repo arg to graph readers
commit-graph: store graph in struct object_store
commit-graph: add free_commit_graph
commit-graph: add missing forward declaration
object-store: add missing include
commit-graph: refactor preparing commit graph
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.c b/environment.c index 013e845235..6cf0079389 100644 --- a/environment.c +++ b/environment.c @@ -66,7 +66,6 @@ enum push_default_type push_default = PUSH_DEFAULT_UNSPECIFIED; enum object_creation_mode object_creation_mode = OBJECT_CREATION_MODE; char *notes_ref_name; int grafts_replace_parents = 1; -int core_commit_graph; int core_apply_sparse_checkout; int merge_log_config = -1; int precomposed_unicode = -1; /* see probe_utf8_pathname_composition() */ |
