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

sparse-index.c - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82183ead563b987caf9a48a1d106cca1cb0d787b (plain)
1
2
3
4
5
6
7
8
#include "cache.h"
#include "repository.h"
#include "sparse-index.h"

void ensure_full_index(struct index_state *istate)
{
	/* intentionally left blank */
}