Search commits by it's content

The git command "git log -Stext" get the commits that contains the word "text" in the changed files.

The version control/log pannel in Phpstorm allow user to search for commits by its name, but not by a string in the changed files (like git log -S).

Is there a way to use the log display to filter commits by a string contained in a file ?

0

Nope, unfortunately, this Git feature is not supported. Please vote: https://youtrack.jetbrains.com/issue/IDEA-109570

2
Avatar
Permanently deleted user

Thank you

0

请先登录再写评论。