]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sparse-index.h
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / sparse-index.h
index 656bd835b25e06c45ea382b174812e501be6e2be..633d4fb7e318afcd69257e5d85850138da9d7348 100644 (file)
@@ -5,6 +5,7 @@ struct index_state;
 #define SPARSE_INDEX_MEMORY_ONLY (1 << 0)
 int convert_to_sparse(struct index_state *istate, int flags);
 void ensure_correct_sparsity(struct index_state *istate);
+void clear_skip_worktree_from_present_files(struct index_state *istate);
 
 /*
  * Some places in the codebase expect to search for a specific path.