Any idea if we could get the remove commit id for commit only remove the code?
butterl opened this issue · 0 comments
butterl commented
Hi, Thanks for sharing this project!
for the result of the diff-blame, the commit only contains the code remove shows the commit the original commit of the removed ones, while for code history checking we always want to know who remove those code ( the remove commit for the commit).
any idea if we could get that in output? git blame in that case only gives the original commit, not the remove one, maybe need another commit to assist?