Git blame ignoring specific commit [duplicate]
This question already has answers here : Git blame — prior commits? (13 answers) Closed 7 days ago . I use git blame command to see in which commit have been added some particular code line, but sometimes I bump into the same problem: someone has made some kind of code formatting, or has changed function interface and refreshed all client code. Eventually git blame show me only this last commit on particular code line. How ignore this commit and see what happened before it? Of course I can checkout on commit before format-edited commit and see blame again, but it may take a lot of time on huge