I am trying to get the names of the functions that contains changes via "git diff " command. Is there a simple way to do it?
I want to make a report that shows which functions were changed. I tried "--name-only" flag, but it only gives changed files, and I need changed functions.
Output: show_time($$) show_date($$)