Skip to content

Commit c9fc441

Browse files
MaxNanasygitster
authored andcommitted
diff.c: diff.renamelimit => diff.renameLimit in message
In the warning message printed when rename or unmodified copy detection was skipped due to too many files, change "diff.renamelimit" to "diff.renameLimit", in order to make it consistent with git documentation, which consistently uses "diff.renameLimit". Signed-off-by: Max Nanasy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b8527d5 commit c9fc441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4662,7 +4662,7 @@ int diff_result_code(struct diff_options *opt, int status)
46624662
{
46634663
int result = 0;
46644664

4665-
diff_warn_rename_limit("diff.renamelimit",
4665+
diff_warn_rename_limit("diff.renameLimit",
46664666
opt->needed_rename_limit,
46674667
opt->degraded_cc_to_c);
46684668
if (!DIFF_OPT_TST(opt, EXIT_WITH_STATUS) &&

0 commit comments

Comments
 (0)