Answer the question
In order to leave comments, you need to log in
Git: How to view the change history of a specific line?
Git blame will show who (which commit) affected the line. And I need to see, everyone who has ruled this line in the entire history. I would like to see this result:
nhd43e (Автор1 Дата): /index.php : 10 function Foo();
sdd43e (Автор2 Дата): /index.php : 10 function Foo($bar);
dfg43e (Автор1 Дата): /index.php : 10 function Foo($bar = 'foo');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question