You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 asince
and auntil
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 likeenter since to filter by
andenter 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.The text was updated successfully, but these errors were encountered: