]> git.ipfire.org Git - thirdparty/git.git/blob - sparse-index.c
sparse-index: add guard to ensure full index
[thirdparty/git.git] / sparse-index.c
1 #include "cache.h"
2 #include "repository.h"
3 #include "sparse-index.h"
4
5 void ensure_full_index(struct index_state *istate)
6 {
7 /* intentionally left blank */
8 }