-
-
Notifications
You must be signed in to change notification settings - Fork 637
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Gitk has this feature to filter commits based on the filename they include:
Describe the solution you'd like
In the "Log [2]" view and then typing /
followed by a search item and pressing enter, it would make all commits with that search item in bold font.
Similarly, typing P
followed by a glob path item and pressing enter, would display all commits that touch this path in bold.
Describe alternatives you've considered
Right now I scroll the commits until I find the file with my eyes or I can do git log
.
Additional context
Gitui is absolutely amazing and I use it daily, it is great and amazing work.