use committer date instead of author date for before/after filters
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)