]> git.ipfire.org Git - thirdparty/git.git/blobdiff - delta-islands.h
t/lib-commit-graph.sh: allow `graph_read_expect()` in sub-directories
[thirdparty/git.git] / delta-islands.h
index 3ac8045d8c528be81ac1cbefe9942c534e3c498a..8d1591ae28be302d2bb56fe05ad6c3465bf7668a 100644 (file)
@@ -11,8 +11,9 @@ int in_same_island(const struct object_id *, const struct object_id *);
 void resolve_tree_islands(struct repository *r,
                          int progress,
                          struct packing_data *to_pack);
-void load_delta_islands(struct repository *r);
+void load_delta_islands(struct repository *r, int progress);
 void propagate_island_marks(struct commit *commit);
 int compute_pack_layers(struct packing_data *to_pack);
+void free_island_marks(void);
 
 #endif /* DELTA_ISLANDS_H */