Closed
Description
Feature Description
In Github's contributors page, one can directly filter user's commits on specified date range by clicking "n commits". It should be possible to do it here too.
Screenshots
If anyone is interested here is the link filtering the commits for:
- user named
sahin
- repository named
my-repo
- default branch named
master
- after date
2021-12-11
- before date
2022-01-01
- authored by
[email protected]
This link can be obtained by entering the following search term in the repository's commits page:
after:2021-12-11, before:2022-01-01, author:[email protected]