Utility to graft old EGit history onto repository
commit025d26216af17edb60c40e2046d30d4d9cc6571c
authorShawn O. Pearce <spearce@spearce.org>
Wed, 30 Sep 2009 01:22:48 +0000 (29 18:22 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 30 Sep 2009 01:22:48 +0000 (29 18:22 -0700)
tree09df1aa28819f0db909a7815f100074e2f0e23ba
parentdfbdc456d8645fc0c310b5e15cf8d25d8ff7f84b
Utility to graft old EGit history onto repository

This script can be executed by a developer to download and graft
on the old EGit history, from before we moved the project to the
eclipse.org namespace and the Eclipse Foundation servers.

Executing this script is only necessary if you need to run log or
blame past the migration boundary, and isn't always recommended when
it comes to pushing objects to a remote server.  As mentioned in the
script, it is best to use a specialized repository with this graft,
not your main work repository.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tools/graft-old-history.sh [new file with mode: 0644]