]> source.dussan.org Git - jgit.git/commit
Utility to graft old JGit history onto repository
authorShawn O. Pearce <spearce@spearce.org>
Wed, 30 Sep 2009 00:00:29 +0000 (17:00 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 30 Sep 2009 00:03:34 +0000 (17:03 -0700)
commitbaba6a3c28718086fb2e6f6d195ff8ae7870b3fa
tree6bc09c961b8d10bab96fdb1d3a4e3b74828459c4
parent1a6964c8274c50f0253db75f010d78ef0e739343
Utility to graft old JGit history onto repository

This script can be executed by a developer to download and graft
on the old JGit 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]