]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/line-log-until' into master
authorJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 21:00:42 +0000 (14:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 21:00:42 +0000 (14:00 -0700)
"git log -Lx,y:path --before=date" lost track of where the range
should be because it didn't take the changes made by the youngest
commits that are omitted from the output into account.

* rs/line-log-until:
  revision: disable min_age optimization with line-log

1  2 
revision.c

diff --cc revision.c
Simple merge