]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diffcore.h
Merge branch 'en/ort-perf-batch-11'
[thirdparty/git.git] / diffcore.h
index f5c6de4841ed8366bd6a5fa8bf4d0b7e2c2a49f7..533b30e21e7fe283350f8c6c408d002da1aad08d 100644 (file)
@@ -181,7 +181,8 @@ void diffcore_rename(struct diff_options *);
 void diffcore_rename_extended(struct diff_options *options,
                              struct strintmap *relevant_sources,
                              struct strintmap *dirs_removed,
-                             struct strmap *dir_rename_count);
+                             struct strmap *dir_rename_count,
+                             struct strmap *cached_pairs);
 void diffcore_merge_broken(void);
 void diffcore_pickaxe(struct diff_options *);
 void diffcore_order(const char *orderfile);