diff-tree -c: show a merge commit a bit more sensibly.
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 5696f2aff0644f331507679e0a58d7fcdc3501ec..081234cb97ce1a06c7acda97510dc8440d440a86 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -56,6 +56,8 @@ extern int diff_tree(struct tree_desc *t1, struct tree_desc *t2,
 extern int diff_tree_sha1(const unsigned char *old, const unsigned char *new,
                          const char *base, struct diff_options *opt);
 
+extern int diff_tree_combined_merge(const unsigned char *sha1, const char *, int);
+
 extern void diff_addremove(struct diff_options *,
                           int addremove,
                           unsigned mode,