diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-03-22 14:00:23 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-03-22 14:00:23 -0700 |
| commit | d20fa3cf9dba095b9d8836b177da697425ce8d3c (patch) | |
| tree | 9f38a2d833c4d96919960fb0979837e816919227 /commit-graph.h | |
| parent | Merge branch 'ab/remote-write-config-in-camel-case' (diff) | |
| parent | commit-graph: use config to specify generation type (diff) | |
| download | git-d20fa3cf9dba095b9d8836b177da697425ce8d3c.tar.gz git-d20fa3cf9dba095b9d8836b177da697425ce8d3c.zip | |
Merge branch 'ds/commit-graph-generation-config'
A new configuration variable has been introduced to allow choosing
which version of the generation number gets used in the
commit-graph file.
* ds/commit-graph-generation-config:
commit-graph: use config to specify generation type
commit-graph: create local repository pointer
Diffstat (limited to 'commit-graph.h')
| -rw-r--r-- | commit-graph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commit-graph.h b/commit-graph.h index 97f3497c27..96c24fb577 100644 --- a/commit-graph.h +++ b/commit-graph.h @@ -6,7 +6,6 @@ #include "oidset.h" #define GIT_TEST_COMMIT_GRAPH "GIT_TEST_COMMIT_GRAPH" -#define GIT_TEST_COMMIT_GRAPH_NO_GDAT "GIT_TEST_COMMIT_GRAPH_NO_GDAT" #define GIT_TEST_COMMIT_GRAPH_DIE_ON_PARSE "GIT_TEST_COMMIT_GRAPH_DIE_ON_PARSE" #define GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS "GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS" |
