make git diff output changed function names only

880 Views Asked by At

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

0

There are 0 best solutions below