summaryrefslogtreecommitdiffstats
path: root/tools/graft-old-history.sh
Commit message (Collapse)AuthorAgeFilesLines
* Utility to graft old JGit history onto repositoryShawn O. Pearce2009-09-291-0/+60
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>