projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cache: move ensure_full_index() to cache.h
[git]
/
sparse-index.h
1
#ifndef SPARSE_INDEX_H__
2
#define SPARSE_INDEX_H__
3
4
struct index_state;
5
int convert_to_sparse(struct index_state *istate);
6
7
struct repository;
8
int set_sparse_index_config(struct repository *repo, int enable);
9
10
#endif