Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sparse-index.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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