diff options
| author | Elijah Newren <newren@gmail.com> | 2023-02-24 00:09:33 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-02-23 17:25:30 -0800 |
| commit | cbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b (patch) | |
| tree | 80d593fd90c17d94268e187ed3e241af995d4957 /builtin/commit-graph.c | |
| parent | object-store.h: move struct object_info from cache.h (diff) | |
| download | git-cbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b.tar.gz git-cbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b.zip | |
replace-object.h: move read_replace_refs declaration from cache.h to here
Adjust several files to be more explicit about their dependency on
replace-objects to accommodate this change.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
| -rw-r--r-- | builtin/commit-graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c index 6dc83dc51b..d3be7f3b31 100644 --- a/builtin/commit-graph.c +++ b/builtin/commit-graph.c @@ -8,6 +8,7 @@ #include "commit-graph.h" #include "object-store.h" #include "progress.h" +#include "replace-object.h" #include "tag.h" #define BUILTIN_COMMIT_GRAPH_VERIFY_USAGE \ |
