diff options
author | Elijah Newren <newren@gmail.com> | 2023-05-16 08:33:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 22:39:53 +0200 |
commit | baf889c2cdc616c7eff67f49608f1d93642c13f0 (patch) | |
tree | 27d3d0a85d86a292049a8b50fff41c3396d5e2b1 /builtin/submodule--helper.c | |
parent | name-hash.h: move declarations for name-hash.c from cache.h (diff) | |
download | git-baf889c2cdc616c7eff67f49608f1d93642c13f0.tar.xz git-baf889c2cdc616c7eff67f49608f1d93642c13f0.zip |
sparse-index.h: move declarations for sparse-index.c from cache.h
Note in particular that this reverses the decision made in 118a2e8bde0
("cache: move ensure_full_index() to cache.h", 2021-04-01).
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/submodule--helper.c')
-rw-r--r-- | builtin/submodule--helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 6a16208e8a..fa30959535 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -13,6 +13,7 @@ #include "pathspec.h" #include "dir.h" #include "setup.h" +#include "sparse-index.h" #include "submodule.h" #include "submodule-config.h" #include "string-list.h" |