Commit 6253e1d
committed
diff: avoid misleading statement about -l option
In commit 6623a52 (doc: clarify documentation for rename/copy
limits, 2021-07-15), the wording around rename limit options and config
variables were updated to point out that only the quadratic portion of
rename detection (or "exhaustive portion of rename/copy detection" as
used in that commit) was limited by these options, because exact rename
detection and basename-guided rename detection (which both run in time
linear in the number of files) still run before this limit is checked.
However, the short help message wasn't updated at the time; update it
too.
Signed-off-by: Elijah Newren <newren@gmail.com>1 parent 7264e61 commit 6253e1d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5871 | 5871 | | |
5872 | 5872 | | |
5873 | 5873 | | |
5874 | | - | |
| 5874 | + | |
5875 | 5875 | | |
5876 | 5876 | | |
5877 | 5877 | | |
| |||
0 commit comments