Parse before/after params for commit/diff search
Created by: camdencheek
The new commit/diff search does not respect before
and after
query params yet because we need to parse them into time.Time
, which it's not yet clear how we will do that since we usually rely on git to manage that.