Skip to content

use committer date instead of author date for before/after filters

Warren Gifford requested to merge cc/use-committer-date into main

Created by: camdencheek

This fixes an issue where we got changed behavior with the new commit/diff search code path because we started filtering commit dates by author date rather than by commit date, which is what git uses for its --before and --after filters.

Fixes #26033 (closed)

Merge request reports

Loading