Is it possible to filter the SourceTree log view of commits by one or a group of authors?
I know that using the terminal it is possible as the next post, but I don't know how to configure it in SourceTree:
But most (all) in my project use SourceTree, also we share a repository with other team and each team only wants to see his team commits.
If you are using SourceTree on OSX then go to Search View (press Cmd-3), select "User" in the "Search" dropdown, enter (a fragment of) the author name in the big search edit box and press Enter.
It also accepts regular expressions but, for some reason I don't know, it seems to use \|
instead of |
.
I don't know if (and how) this works on SourceTree for Windows.