ishepard / pydriller

Python Framework to analyse Git repositories

Home Page:http://pydriller.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to solve the question that "the list of modifications might is empty if the commit is a merge commit"

cp3-three opened this issue · comments

commented

I noticed that "the list of modifications might is empty if the commit is a merge commit",but I want to know which methods was modified in a merge commit that compare to "parent[0]" . I wonder if there is any other way I can do it. Thank you very much if you can get an answer!