summaryrefslogtreecommitdiff
path: root/sparse-index.h
blob: 0268f38753c03cf5f166d4d13ff6820b46673736 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SPARSE_INDEX_H__
#define SPARSE_INDEX_H__

struct index_state;
int convert_to_sparse(struct index_state *istate);

struct repository;
int set_sparse_index_config(struct repository *repo, int enable);

#endif