repack: add delta-islands support
[gitweb.git] / checkout.h
index 4cd4cd1c2325eea1b922590bf675e40c66c7c5a1..6b2073310c4a6a735a557ab0883c7bb045c2c458 100644 (file)
@@ -9,6 +9,7 @@
  * exists, NULL otherwise.
  */
 extern const char *unique_tracking_name(const char *name,
-                                       struct object_id *oid);
+                                       struct object_id *oid,
+                                       int *dwim_remotes_matched);
 
 #endif /* CHECKOUT_H */