I've tried to do this on GitHub but I've keep getting timeout error.
I want to use git blame to get the changes and commits before single commit.
On GitHub I've tried to us git blame to find one change that I'm interested get the commit of the change and get git blame on commit before that commit.
The reason why I want this is that the last change to particular file was refactor and I want to know when line that was before it was added.
git blame have --reverse
but according to man
I need to use 2 revisions, I want one and to the beginning.