]> git.ipfire.org Git - thirdparty/git.git/blob - sparse-index.h
cache: move ensure_full_index() to cache.h
[thirdparty/git.git] / sparse-index.h
1 #ifndef SPARSE_INDEX_H__
2 #define SPARSE_INDEX_H__
3
4 struct index_state;
5 int convert_to_sparse(struct index_state *istate);
6
7 struct repository;
8 int set_sparse_index_config(struct repository *repo, int enable);
9
10 #endif