X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=b3b2c4dd28c4f1a8f14948e5d1262dd71f1e96cf;hb=45f75a0167b4a4693f2c6005bf7db231ca91ecc8;hp=7150b90385952373f4fd49eb073d819541cc306d;hpb=89719209f48fe7d9694710795b1ec1d5fd7ebfc0;p=git.git diff --git a/diff.h b/diff.h index 7150b903..b3b2c4dd 100644 --- a/diff.h +++ b/diff.h @@ -75,6 +75,8 @@ struct combine_diff_path { extern void show_combined_diff(struct combine_diff_path *elem, int num_parent, int dense, struct rev_info *); +extern void diff_tree_combined(const unsigned char *sha1, const unsigned char parent[][20], int num_parent, int dense, struct rev_info *rev); + extern void diff_tree_combined_merge(const unsigned char *sha1, int, struct rev_info *); extern void diff_addremove(struct diff_options *,