extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀
MIT License
18.33k stars 562 forks source link

Filter git-log for directory #2195

Open Ancient77 opened 5 months ago

Ancient77 commented 5 months ago

Is your feature request related to a problem? Please describe. I want to be able to filter the log to a specific directory.

Describe the solution you'd like I'd like to be able to choose history in the log tab on a folder. Then I would like to be able to see all the changes to files / structure of this folder with the corresponding commit. (just like the normal log)

Describe alternatives you've considered This might already be possible, I haven't found a way to do this. git-log has an argument where you can pass in the path to filter the logs.

extrawurst commented 5 months ago

Right now you can only view a single files history

extrawurst commented 5 months ago

But the procedure should be easy to extend for paths