From: Junio C Hamano Date: Fri, 20 May 2022 22:26:56 +0000 (-0700) Subject: Merge branch 'mv/log-since-as-filter' X-Git-Tag: v2.37.0-rc0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f24da652ce1e40163d0da87287fa1a7231e58e2;p=thirdparty%2Fgit.git 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 --- 6f24da652ce1e40163d0da87287fa1a7231e58e2