diff options
| author | Elijah Newren <newren@gmail.com> | 2023-05-16 06:33:51 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 13:39:53 -0700 |
| commit | baf889c2cdc616c7eff67f49608f1d93642c13f0 (patch) | |
| tree | 27d3d0a85d86a292049a8b50fff41c3396d5e2b1 /dir.c | |
| parent | f5653856c26efb2ce722148060518817af2ab023 (diff) | |
| download | git-baf889c2cdc616c7eff67f49608f1d93642c13f0.tar.xz | |
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 'dir.c')
| -rw-r--r-- | dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include "ewah/ewok.h" #include "fsmonitor.h" #include "setup.h" +#include "sparse-index.h" #include "submodule-config.h" #include "symlinks.h" #include "trace2.h" |
