git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: egit-dev@eclipse.org, git@vger.kernel.org
Subject: New JGit project history
Date: Tue, 29 Sep 2009 17:28:12 -0700	[thread overview]
Message-ID: <20090930002812.GA14660@spearce.org> (raw)

As the JGit project is moving to eclipse.org (but is retaining
its current BSD license) we have to start the project history all
over again.  The Eclipse Foundation won't permit the project to
host the older LGPL history before our switch to the BSD license,
so we have had to filter it out.

I have posted the new JGit history for the new eclipse.org based
repository to the existing repo.or.cz/jgit repository, in the
branch eclipse.org-post.

In theory, you can migrate a topic branch that is a still in progress
by rebasing with the proper split points:

  git rebase -m --onto origin/eclipse.org-post origin/eclipse.org-pre

A complication is the packages were renamed from 'org.spearce' to
'org.eclipse', which means the rename detection stuff is going to
have some fun trying to perform a merge here, and new source files
will need to be adjusted manually.

In the new history the shell script tools/graft-old-history.sh
can be used to create a graft point to pick up the old history,
for use by data mining history tools like log and blame.

Going forward, all pending contributions should be targeting the
new history, and the new package namespace.

-- 
Shawn.

                 reply	other threads:[~2009-09-30  0:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090930002812.GA14660@spearce.org \
    --to=spearce@spearce.org \
    --cc=egit-dev@eclipse.org \
    --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 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).