* git log --follow <filename> doesn't follow across 'subtree strategy' merge
@ 2008-06-22 12:51 Jakub Narebski
0 siblings, 0 replies; only message in thread
From: Jakub Narebski @ 2008-06-22 12:51 UTC (permalink / raw)
To: git
When trying to see all history of gitweb using
$ git log -C -C --raw --abbrev --follow gitweb/gitweb.perl
I have noticed that while it correctly detects renaming
gitweb/gitweb.cgi to gitweb/gitweb.perl, and follows this rename, it
cannot get past merge commit 0a8f4f0020cb35095005852c0797f0b90e9ebb74
and follow moving gitweb.cgi to gitweb/gitweb.cgi.
To get full history I have to use
$ git log -C -C --raw -- gitweb/gitweb.perl gitweb/gitweb.cgi \
gitweb.cgi
Adding '--full-history' doesn't help...
--
Jakub Narebski
Thorn, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-22 12:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-22 12:51 git log --follow <filename> doesn't follow across 'subtree strategy' merge Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).