Merge branch 'mv/log-since-as-filter'
commit6f24da652ce1e40163d0da87287fa1a7231e58e2
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2022 22:26:56 +0000 (20 15:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2022 22:26:56 +0000 (20 15:26 -0700)
tree4ef3b9bcccf14fad0fc43b5ae46ac2a59ac8f500
parent2e969751ec29bf948ce8ab3eef111d01b4293a42
parent96697781e06e1b67aeee35a8798deb37e0b87ef4
Merge branch 'mv/log-since-as-filter'

"git log --since=X" will stop traversal upon seeing a commit that
is older than X, but there may be commits behind it that is younger
than X when the commit was created with a faulty clock.  A new
option is added to keep digging without stopping, and instead
filter out commits with timestamp older than X.

* mv/log-since-as-filter:
  log: "--since-as-filter" option is a non-terminating "--since" variant