When I run git log --follow, I see a nice history of my file as it was
renamed.
When I run gitk --follow, I see the beginnings of the history, but there
are missing parts.
Is there a way to convince gitk to show me the same bits as git log
--follow?
Thanks.
Josh
On Thu, Oct 07, 2010 at 12:13:04PM -0600, Joshua Jensen wrote:
Is there a way to convince gitk to show me the same bits as git log
--follow?
Sadly, no, not without major surgery to the follow code. See:
http://article.gmane.org/gmane.comp.version-control.git/147089
-Peff
----- Original Message -----
From: Jeff King
Date: 10/7/2010 12:18 PM
On Thu, Oct 07, 2010 at 12:13:04PM -0600, Joshua Jensen wrote:
quoted
Is there a way to convince gitk to show me the same bits as git log
--follow?
Sadly, no, not without major surgery to the follow code. See:
http://article.gmane.org/gmane.comp.version-control.git/147089
Interesting... and way beyond my current capabilities... :(
Thanks for the response.
Josh