mirror of
https://github.com/git/git.git
synced 2026-06-30 19:58:12 +00:00
sparse-index.h: move declarations for sparse-index.c from cache.h
Note in particular that this reverses the decision made in 118a2e8bde
("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>
This commit is contained in:
committed by
Junio C Hamano
parent
f5653856c2
commit
baf889c2cd
@@ -2,6 +2,7 @@
|
||||
#include "dir.h"
|
||||
#include "hash.h"
|
||||
#include "resolve-undo.h"
|
||||
#include "sparse-index.h"
|
||||
#include "string-list.h"
|
||||
|
||||
/* The only error case is to run out of memory in string-list */
|
||||
|
||||
Reference in New Issue
Block a user