]> git.ipfire.org Git - thirdparty/git.git/commit
revision: disable min_age optimization with line-log
authorRené Scharfe <l.s.r@web.de>
Sat, 4 Jul 2020 12:56:32 +0000 (14:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jul 2020 01:38:03 +0000 (18:38 -0700)
commit01faa91cb71cf6f5acdf4e683cce08b5e233cfa8
tree32494e9ccd916e11d6ccd7664113124d9e10fedc
parenta08a83db2bf27f015bec9a435f6d73e223c21c5e
revision: disable min_age optimization with line-log

If one of the options --before, --min-age or --until is given,
limit_list() filters out younger commits early on.  Line-log needs all
those commits to trace the movement of line ranges, though.  Skip this
optimization if both are used together.

Reported-by: Мария Долгополова <dolgopolovamariia@gmail.com>
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c
t/t4211-line-log.sh