The obvious start when looking for a commit is to look at commit messages, which can be as simple as feeding git log output to a tool like grep:
Finding which commit introduced a specific…
The obvious start when looking for a commit is to look at commit messages, which can be as simple as feeding git log output to a tool like grep: