git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Following history of a copied file from another indirect branch
@ 2010-10-21 18:47 Joshua Jensen
  2010-10-21 19:39 ` Brian Gernhardt
  2010-10-22  6:35 ` Johannes Sixt
  0 siblings, 2 replies; 4+ messages in thread
From: Joshua Jensen @ 2010-10-21 18:47 UTC (permalink / raw)
  To: git@vger.kernel.org

It has become a necessity to copy a file from one long-lived branch to 
another.  It is not possible to merge the branches at this time.

I would like to have 'git gui blame' follow the copy back through its 
original history, but I don't believe Git has metadata for storing 
this.  Something along the lines of a 'followparent' in the commit 
object, for instance, would allow the revision walking code to wander 
the history down an alternate line.

By comparison, integrates work at a file level in Perforce.  That means 
I can integrate a file from one branch to another, and parentage is 
stored such that I can follow the file back through its history.

Are there any facilities to do this now?

Thanks!

Josh

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-22  6:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 18:47 Following history of a copied file from another indirect branch Joshua Jensen
2010-10-21 19:39 ` Brian Gernhardt
2010-10-21 20:06   ` Joshua Jensen
2010-10-22  6:35 ` Johannes Sixt

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).