Code Sleuthing with Git

Code Sleuthing with Git has a handy tip for searching through git logs:

-S <string> 
Look for differences that change the number of occurrences of the specified string (i.e. addition/deletion) in a file.

Leave a Comment