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
Junio C Hamano committed
May 20, 2022 at 15:26 UTC
6f24da652ce1e40163d0da87287fa1a7231e58e2
No changes.