Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2010-03-19tools/version.sh: Update OSGi manifest filesShawn O. Pearce1-0/+150
Change-Id: I11df35d84f6b95c6035406c35e3b4e44dfe821e8 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2010-02-04Point EGit to the same formatting profile as JGitShawn O. Pearce1-0/+267
The two projects share a lot of committers, and have the same origin, so their coding style is identical. Ensure we have a sane style configuration within EGit in case a new contributor just picks up the EGit tree and doesn't clone the JGit tree. Change-Id: If4a355e27e1aa5e25ffd082714a36bb4aea90f12 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-09-30Utility to graft old EGit history onto repositoryShawn O. Pearce1-0/+28
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>

    Back to the top