]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sparse-index.h
sparse-index: convert from full to sparse
[thirdparty/git.git] / sparse-index.h
index 09a20d036c4621848fe511ffd7a71853fcab7f83..64380e121d8035314f438b40b62c89b98b4a7009 100644 (file)
@@ -3,5 +3,6 @@
 
 struct index_state;
 void ensure_full_index(struct index_state *istate);
+int convert_to_sparse(struct index_state *istate);
 
 #endif