Filter git-log for directory
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.
Right now you can only view a single files history
But the procedure should be easy to extend for paths