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: 09a20d036c4621848fe511ffd7a71853fcab7f83 (plain)
1
2
3
4
5
6
7
#ifndef SPARSE_INDEX_H__
#define SPARSE_INDEX_H__

struct index_state;
void ensure_full_index(struct index_state *istate);

#endif