X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=007a0554d4b252e83e98f5578758d51ec0c6e120;hb=aeb2aaa7712f7af8237d5bceb725a7db8c2d4620;hp=0083d92438916a8188656df140ba70d6acc8c6f6;hpb=a8e4a5943a63c8fd4a3a9b70ccf4608bcc973707;p=git.git diff --git a/diff.h b/diff.h index 0083d9243..007a0554d 100644 --- a/diff.h +++ b/diff.h @@ -110,7 +110,8 @@ struct diff_options { int pickaxe_opts; int rename_score; int rename_limit; - int warn_on_too_large_rename; + int needed_rename_limit; + int show_rename_progress; int dirstat_percent; int setup; int abbrev; @@ -133,9 +134,7 @@ struct diff_options { FILE *file; int close_file; - int nr_paths; - const char **paths; - int *pathlens; + struct pathspec pathspec; change_fn_t change; add_remove_fn_t add_remove; diff_format_fn_t format_callback;