find a file in git log Stephan Krauß 创建于 2014年03月19日 08:02 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
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 .