Thread (10 messages) flat view 10 messages, 3 authors, 2016-06-15

Re: Finally implement "git log --follow"

From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2016-06-15 22:43:17


On Wed, 20 Jun 2007, Marco Costalba wrote:
 now I have one more reason to switch from using git-rev-list to
git-log in qgit, file history annotation, that is currently based on
git-rev-list, will automatically gain a powerful feature.
Well, note my other email about how "--follow" does *not* play together 
with "--parents", because the two do totally different kinds of filtering 
of the commits. So yes, you can use it for file history annotation, but 
not for the "graphical history" part that depends on parenthood etc.

That said, you really would be better off using

	git blame -M --incremental

for the history annotation. It does the rename following *and* so much 
more.

		Linus
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help