On Fri, Jul 19, 2019 at 09:19:28PM +0200, Jean-Marc Lasgouttes wrote: > Note that It might be that I am wrong, and that git is able > to follow this quite well.
It is able, but you might need extra params like when searching through log history (eg from now you have to git log --follow -p file). Not sure how much hassle did save for us :) Pavel