There is a big project A. One person downloaded this project A and then modified it. Then he uploaded it to his github. I want to know what changes he made. But he did not fork A, and then pushed on the basis of A. When I looked at his submission record, I found that all the files were marked as new. But I just want to know what changes he made compared to the original project A?
This is the situation. I am reading a paper, this paper uses gem5 to do some things, and then upload what it does (call it A) to github. Another person downloaded A, then made some modifications on A (called B after the modification), and then uploaded it to his own warehouse. But I want to know what changes A made on gem5 and what changes B made on A. But I guess they did not fork, and then changed on the basis of fork. So when I look at their commit record. I found that A’s submission record included all files as new additions (It marks all the original gem5 files as newly added. but I want to know what changes it has made compared to the original gem5). And B's commit record does not seem to see any key file records.
The address of A is: https://github.com/mjyan0720/InvisiSpec-1.0
B’s address is: https://github.com/gururaj-s/cleanupspec