X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=007a0554d4b252e83e98f5578758d51ec0c6e120;hb=fa38cfc2c6ce197960f85798aac18ee78aa83f1f;hp=310bd6b2832ce7f874aff735bb19b4813f117d4d;hpb=8978166e531e0941811099d4117574ebbbcf35d8;p=git.git diff --git a/diff.h b/diff.h index 310bd6b28..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;