ishepard / pydriller

Python Framework to analyse Git repositories
http://pydriller.readthedocs.io/en/latest/
Apache License 2.0
810 stars 138 forks source link

Add diff function in git.py issue#278 #285

Closed fanzfan closed 7 months ago

fanzfan commented 7 months ago

This commit adds a diff function in git.py, which takes two commit ids and outputs a list of modified files. Related issue: #278

fanzfan commented 7 months ago

Close this because I write wrong type hint in test_git.py