X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=007a0554d4b252e83e98f5578758d51ec0c6e120;hb=20fc73e3b0bb2b115d88e54514db13ffaf11b025;hp=310bd6b2832ce7f874aff735bb19b4813f117d4d;hpb=663ee1a4c9b9caa4c8f446934410ca636f998df6;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;