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:
Share this post
Finding which commit introduced a specific…
Share this post
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: