-
-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Description
I can do git blame on a file in the following way:
for commit, lines in repo.blame(commit, filepath):
<process commit and lines>
However, I also want to do git blame --reverse START..END filename to blame the commit that deleted a line present at the START commit (or more specifically, the last commit within START..END where the line was present). Is there any way I can gitpython to achieve this?
Metadata
Metadata
Assignees
Labels
No labels