jesseduffield / jesseduffield/lazygit
Filter Commits By Date
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
**Is your feature request related to a problem? Please describe.**
Not a problem, but it would be nice to see all commits by date. `git log` has a `since` and a `until` filter which allows you to log all commits by date. It would be nice to do this in Lazygit.
**Describe the solution you'd like**
Go to the commit panel (4), use a filter by pressing `ctrl + s`, then something like `enter since to filter by` and `enter until to filter by`. Grep would be nice as well, to search for commits where title and/or description would match a specific pattern. It will then show all the filtered commits in the commits panel. Or anything similar.
**Describe alternatives you've considered**
Using just standard git log command filters.
**Additional context**
`ctrl + s` opens this.
Contributor guide
Assessment
This issue has not been assessed yet.