How to find svn project author after migrate the project from svn to git?
问题 There are some tar.gz file in a project migrated from svn to git , and i should check who and when this tar.gz file added . For there are some of them were added after the project migrated from svn to git , and i can easy to check author and data by using git log *.tar.gz . But some added before the project migrated and when i use git log .tar.gz , the author and date was who pushed this project to git rather than real author. Are there any way i can check the real author of this files? 回答1: