Initial EGit contribution to eclipse.org
commitdfbdc456d8645fc0c310b5e15cf8d25d8ff7f84b
authorShawn O. Pearce <spearce@spearce.org>
Wed, 30 Sep 2009 01:18:28 +0000 (29 18:18 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 30 Sep 2009 01:18:28 +0000 (29 18:18 -0700)
tree73461cd1d4e0481e18d25b0c75bd2a4b6d130e45
Initial EGit contribution to eclipse.org

Per CQ 3393 this is the initial contribution of the EGit project
(an Eclipse team provider for Git) to eclipse.org.  This initial
version is derived from the historial EGit repository at commit
a9578ba7361b66ab403c6605a1b87fb7b2f94c6e.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
250 files changed:
.gitattributes [new file with mode: 0644]
EGIT_INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
SUBMITTING_PATCHES [new file with mode: 0644]
TODO [new file with mode: 0644]
org.eclipse.egit-feature/.project [new file with mode: 0644]
org.eclipse.egit-feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.egit-feature/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.egit-feature/build.properties [new file with mode: 0644]
org.eclipse.egit-feature/feature.properties [new file with mode: 0644]
org.eclipse.egit-feature/feature.xml [new file with mode: 0644]
org.eclipse.egit-feature/license.html [new file with mode: 0644]
org.eclipse.egit-updatesite/.project [new file with mode: 0644]
org.eclipse.egit-updatesite/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.egit-updatesite/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.egit-updatesite/index.html [new file with mode: 0644]
org.eclipse.egit-updatesite/site.xml [new file with mode: 0644]
org.eclipse.egit-updatesite/web/site.css [new file with mode: 0644]
org.eclipse.egit-updatesite/web/site.xsl [new file with mode: 0644]
org.eclipse.egit.core.test/.classpath [new file with mode: 0644]
org.eclipse.egit.core.test/.gitignore [new file with mode: 0644]
org.eclipse.egit.core.test/.project [new file with mode: 0644]
org.eclipse.egit.core.test/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.egit.core.test/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.egit.core.test/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.egit.core.test/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.egit.core.test/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.egit.core.test/build.properties [new file with mode: 0644]
org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/T0003_AdaptableFileTreeIteratorTest.java [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/internal/mapping/T0002_history.java [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/op/T0001_ConnectProviderOperationTest.java [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/Activator.java [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/GitTestCase.java [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/TestProject.java [new file with mode: 0644]
org.eclipse.egit.core/.classpath [new file with mode: 0644]
org.eclipse.egit.core/.gitignore [new file with mode: 0644]
org.eclipse.egit.core/.options [new file with mode: 0644]
org.eclipse.egit.core/.project [new file with mode: 0644]
org.eclipse.egit.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.egit.core/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.egit.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.egit.core/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.egit.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.egit.core/build.properties [new file with mode: 0644]
org.eclipse.egit.core/plugin.properties [new file with mode: 0644]
org.eclipse.egit.core/plugin.xml [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/AdaptableFileTreeIterator.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/ContainerTreeIterator.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/CoreText.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/EclipseGitProgressTransformer.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/GitCorePreferenceInitializer.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/GitCorePreferences.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/GitMoveDeleteHook.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/GitProvider.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/GitTag.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/ResourceList.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/UpdateJob.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/BlobStorage.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/CommitFileRevision.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/GitFileHistory.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/GitFileHistoryProvider.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/GitFileRevision.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/IndexFileRevision.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/KidCommit.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/KidCommitList.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/KidWalk.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/storage/WorkspaceFileRevision.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/util/ExceptionCollector.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/AssumeUnchangedOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/BranchOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/CloneOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ConnectProviderOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/DisconnectProviderOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ListRemoteOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/PushOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/PushOperationResult.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/PushOperationSpecification.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ResetOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/TrackOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/UntrackOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/UpdateOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/project/GitProjectData.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/project/RepositoryChangeListener.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/project/RepositoryFinder.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/project/RepositoryMapping.java [new file with mode: 0644]
org.eclipse.egit.ui/.classpath [new file with mode: 0644]
org.eclipse.egit.ui/.gitignore [new file with mode: 0644]
org.eclipse.egit.ui/.options [new file with mode: 0644]
org.eclipse.egit.ui/.project [new file with mode: 0644]
org.eclipse.egit.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.egit.ui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.egit.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.egit.ui/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.egit.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.egit.ui/build.properties [new file with mode: 0644]
org.eclipse.egit.ui/icons/checkboxes/disabled_checked.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/checkboxes/enabled_checked.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/add.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/author.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/clear.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/comment.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/commit.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/committer.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/delete.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/filterfolder.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/filterproject.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/filterrepo.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/find.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/next.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/previous.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/elcl16/trash.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/etool16/newconnect_wiz.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/obj16/import_obj.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/assume_valid.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/conflict.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/staged.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/staged_added.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/staged_removed.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/untracked.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/checkoutd.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/checkoute.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/commitd.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/commite.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/fetchd.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/fetche.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/pushd.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/pushe.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/resetd.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/resete.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/trackd.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/toolbar/tracke.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/wizban/import_wiz.png [new file with mode: 0644]
org.eclipse.egit.ui/icons/wizban/newconnect_wizban.png [new file with mode: 0644]
org.eclipse.egit.ui/plugin.properties [new file with mode: 0644]
org.eclipse.egit.ui/plugin.xml [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/EclipseAuthenticator.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/EclipseProxySelector.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/EclipseSshSessionFactory.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/GitHistoryPageSource.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/PluginPreferenceInitializer.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIIcons.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIPreferences.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/EditableRevision.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/GitCompareFileRevisionEditorInput.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/GitResourceNode.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/SWTUtils.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/AbstractOperationAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/AbstractRevObjectAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/AbstractRevObjectOperation.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/AssumeUnchanged.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/BranchAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/CommitAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/CompareWithIndexAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/CompareWithRevisionAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/Disconnect.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/FetchAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/HardResetToRevisionAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/MixedResetToRevisionAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/PushAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/QuickdiffBaselineOperation.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/RepositoryAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/ResetAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/ResetQuickdiffBaselineAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/ResetQuickdiffBaselineHeadParentAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/SetQuickdiffBaselineAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/ShowResourceInHistoryAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/SoftResetToRevisionAction.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/Track.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/Untrack.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/Update.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/CloneDestinationPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitCloneWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitProjectsImportPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/SourceBranchPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/BaseWizardPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/CenteredImageLabelProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/CheckboxLabelProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/ClickableCellEditor.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/ComboLabelingSupport.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/RefContentProposal.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/RefSpecPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/RefSpecPanel.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/RepositorySelection.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/RepositorySelectionPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/SelectionChangeListener.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitDocument.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitLightweightDecorator.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitQuickDiffProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/IDecoratableResource.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommitDialog.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/factories/GitAdapterFactory.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchResultDialog.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchResultTable.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/TrackingRefUpdateContentProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitFileDiffViewer.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitGraphTable.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitNavigationListener.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FileDiff.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FileDiffContentProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FileDiffLabelProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FindResults.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FindToolbar.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FindToolbarThread.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GenerateHistoryJob.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitHistoryPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GraphContentProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GraphLabelProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/RevObjectSelectionProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTCommit.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTCommitList.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTWalk.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/GitDecoratorPreferencePage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/GitPreferenceRoot.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/GitProjectPropertyPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/HistoryPreferencePage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/StorageSizeFieldEditor.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/WindowCachePreferencePage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushResultDialog.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushResultTable.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/RefUpdateContentProvider.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/RefUpdateElement.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/sharing/ExistingOrNewPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/sharing/SharingWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties [new file with mode: 0644]
org.eclipse.egit/.classpath [new file with mode: 0644]
org.eclipse.egit/.project [new file with mode: 0644]
org.eclipse.egit/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.egit/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.egit/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.egit/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.egit/about.ini [new file with mode: 0644]
org.eclipse.egit/build.properties [new file with mode: 0644]
org.eclipse.egit/egit.png [new file with mode: 0644]
org.eclipse.egit/egit.svg [new file with mode: 0644]
tag_egit.sh [new file with mode: 0755]