From: Yoann Padioleau <padator@wanadoo.fr>
To: git@vger.kernel.org
Subject: merging git repositories history for full history of linux
Date: Mon, 24 Mar 2008 13:56:24 -0500 [thread overview]
Message-ID: <87iqzcne7b.fsf@wanadoo.fr> (raw)
Hi,
I would like to merge the 3 git repositories of the history
of linux, the one by Dave Jones from linux 0.01 to linux 2.4.0,
the one by tglx from 2.4.0 to 2.6.12 and the one from 2.6.12
by torvalds until the last version of Linux.
Right now there are 3 repos and I would like only one. I made
some scripts to create a fresh repo, and incorporate each
commit from the 3 repositories mentionned above
(getting the changelog, setting the date), but it takes lots of time
because for instance I can not use the git log -p commitid because
the patch can not be applied as is. So I usually do a checkout
for each commitid and do a manual diff to generate a patch
and apply it to my fresh repo.
Is there a magic command that makes this possible efficiently ?
next reply other threads:[~2008-03-24 19:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-24 18:56 Yoann Padioleau [this message]
2008-03-24 19:51 ` merging git repositories history for full history of linux Junio C Hamano
2008-03-24 21:10 ` Yoann Padioleau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iqzcne7b.fsf@wanadoo.fr \
--to=padator@wanadoo.fr \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.