Sublime Forum

How can I search commit messages?

#1

I am trying to search for a string in all the commits notes for a branch. I have tried using “contents: [my_str]” but that is not working.

Is there a way I can search through all of the commit messages for a string?

0 Likes

#2

contents: searches for the specified text in the added or deleted contents of the commit. To search for [my_str] in the commit message, just search for [my_str].

0 Likes