caseycas / gitcproc

Tool for analyzing git log messages and diffs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function Renames

caseycas opened this issue · comments

Currently function renaming behavior is handled ambigously, it seems we use the function name from the new version in C/C++/Java and the function name from the old version in Python.

I would like to modify this behavior so that we explicitly record that the function has been renamed.

Perhaps an entry in the row that looks something like:
old_name -> new_name