summaryrefslogtreecommitdiff
path: root/sparse-index.c
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 */
}