find a file in git log
How can I find the commits where a particular file has been edited.
An example:
Foo.php and Bar.php was created and commited.
How can I find the foo.php file in the git log ? 
Sincerely yours
Stephan
Please sign in to leave a comment.
There is no such option. You can find only commit subject, not file name.
Feel free to add feature request: http://youtrack.jetbrains.com/issues/WI#newissue=yes .