D
D
Denis Ogurtsov2014-05-17 13:59:57
git
Denis Ogurtsov, 2014-05-17 13:59:57

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

1 answer(s)
B
Beholder, 2014-06-01
@DenisOgr

It seems that in the console client in any way. But it is possible in graphical ones, for example, in SmartGit/Hg or EGit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question