X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=d052608404314880652561e4296e05e9da3f96ca;hb=f7a3276bab880222e3117f8b8cbef40920dfe884;hp=da4bd421fe4ab21fd48f1d423e77963a0598c5e4;hpb=6973dcaee76ef7b7bfcabd2f26e76205aae07858;p=git.git diff --git a/diff.h b/diff.h index da4bd421..d0526084 100644 --- a/diff.h +++ b/diff.h @@ -28,6 +28,7 @@ struct diff_options { with_raw:1, with_stat:1, tree_in_recursive:1, + binary:1, full_index:1, silent_on_remove:1, find_copies_harder:1; @@ -75,6 +76,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 *, @@ -171,4 +174,6 @@ extern const char *diff_unique_abbrev(const unsigned char *, int); extern int run_diff_files(struct rev_info *revs, int silent_on_removed); +extern int run_diff_index(struct rev_info *revs, int cached); + #endif /* DIFF_H */