Skip to content

python scripts to find out origin author of change line

Notifications You must be signed in to change notification settings

spin6lock/check_original_author

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

简介

该工具用来找出rev1和rev2之间,作者的差异,方便提PR的时候,找到原作者确认修改

TODO

性能优化:如果改动的文件很多,每一次git blame都会创建git进程,总体来说就会变得很慢 正确性问题:如果新增了一个函数,行号和作者变化会很大,感觉要用git diff的结果,再结合git blame来找原作者。。

About

python scripts to find out origin author of change line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages