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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: