Skip to content

Commit 66573db

Browse files
committed
Merge branch 'en/diff-l-opt-help'
The help text for the '-l' option of 'git diff' has been updated. * en/diff-l-opt-help: diff: avoid misleading statement about -l option
2 parents 18ce227 + 764243b commit 66573db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6165,7 +6165,7 @@ struct option *add_diff_options(const struct option *opts,
61656165
N_("continue listing the history of a file beyond renames"),
61666166
PARSE_OPT_NOARG, diff_opt_follow),
61676167
OPT_INTEGER('l', NULL, &options->rename_limit,
6168-
N_("prevent rename/copy detection if the number of rename/copy targets exceeds given limit")),
6168+
N_("limit to cheap rename/copy detection if the number of rename/copy targets exceeds this value")),
61696169

61706170
OPT_GROUP(N_("Diff algorithm options")),
61716171
OPT_CALLBACK_F(0, "minimal", options, NULL,

0 commit comments

Comments
 (0)