All of lore.kernel.org
 help / color / mirror / Atom feed
* Copying files and keeping the history
@ 2009-06-11 13:20 JörgenHägg
  2009-06-11 18:29 ` Sverre Rabbelier
  0 siblings, 1 reply; 3+ messages in thread
From: JörgenHägg @ 2009-06-11 13:20 UTC (permalink / raw)
  To: git


I have two completely different git repositories, A and B.

I want to move a file from repo A to B without losing the files history.
That is, I want the commit message and all other info from
each commit where the file was included to generate new
commits in repo B.
(Yes, I know git manages content, not files. :-)

In other words, export a bunch of commits, filtering out the
patches for the file and import these in another repo.

Sort of importing from cvs to git, only the source and destination
are both git repositories.

I tried tailor from git to git, but that was probably not what tailor
wanted to do. :-)

Is this somehow possible?


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

end of thread, other threads:[~2009-06-12  3:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 13:20 Copying files and keeping the history JörgenHägg
2009-06-11 18:29 ` Sverre Rabbelier
2009-06-12  3:44   ` Avery Pennarun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.