I notice that when I do git diff it would display the function name that was changed...
Is there a way to make it so that it ONLY lists the function names that got changed and not the other diff contents
Ie. I'm looking for something similar to the --name-only option, except that I want it to be the names of the changed functions instead of the changed files