├── .github └── workflows │ ├── sync-wiki.yml │ ├── test-all.yml │ └── test.yml ├── .project ├── .properties ├── .smalltalk.all.ston ├── .smalltalk.release.ston ├── .smalltalk.ston ├── .smalltalk.windows.ston ├── BaselineOfIceberg ├── BaselineOfIceberg.class.st └── package.st ├── CONTRIBUTING.md ├── Iceberg-ArchitecturalRules ├── IceLibgitRuleBreakerRepository.class.st ├── IceShouldHandleLibgitErrors.class.st ├── IceShouldHandleLibgitErrorsTest.class.st └── package.st ├── Iceberg-Libgit-Filetree ├── IceLibgitFiletreeFileUtils.class.st ├── IceLibgitFiletreeLog.class.st ├── IceLibgitFiletreeLogReader.class.st ├── IceLibgitFiletreeReader.class.st ├── IceLibgitFiletreeSnapshotWriter.class.st ├── IceLibgitFiletreeWriter.class.st ├── IceMetadatalessFileTreeWriter.class.st ├── IceMetadatalessStCypressWriter.class.st ├── ManifestIcebergLibgitFiletree.class.st └── package.st ├── Iceberg-Libgit-Tonel ├── IceLibgitTonelFileUtils.class.st ├── IceLibgitTonelLog.class.st ├── IceLibgitTonelLogReader.class.st ├── IceLibgitTonelReader.class.st ├── IceLibgitTonelWriter.class.st ├── ManifestIcebergLibgitTonel.class.st └── package.st ├── Iceberg-Libgit ├── IceBranchNotFound.class.st ├── IceChangeImporter.extension.st ├── IceCloneError.class.st ├── IceCloneLocationAlreadyExists.class.st ├── IceCloneRemoteNotFound.class.st ├── IceGitChange.class.st ├── IceGitChangeImporter.class.st ├── IceGitClone.class.st ├── IceGitCommit.class.st ├── IceGitFileRemote.class.st ├── IceGitHttpRemote.class.st ├── IceGitHttpsRemote.class.st ├── IceGitIndex.class.st ├── IceGitLocalBranch.class.st ├── IceGitNetworkRemote.class.st ├── IceGitRemote.class.st ├── IceGitRemoteBranch.class.st ├── IceGitScpRemote.class.st ├── IceGitSshRemote.class.st ├── IceGitUnbornBranch.class.st ├── IceGitWorkingCopyUpdateVisitor.class.st ├── IceIndexUpdateVisitor.class.st ├── IceLibgitCommitWalk.class.st ├── IceLibgitErrorVisitor.class.st ├── IceLibgitRepository.class.st ├── IceLibgitTreeBuilder.class.st ├── IceMCSnapshotPatchVisitor.class.st ├── IceRepositoryCreator.class.st ├── IceRepositoryProperties.class.st ├── IceSemanticVersion.class.st ├── IceUnbornRepositoryProperties.class.st ├── LGitAbstractError.extension.st ├── LGit_GIT_ECONFLICT.extension.st ├── LGit_GIT_EEOF.extension.st ├── LGit_GIT_ENOTFOUND.extension.st ├── LGit_GIT_ERROR.extension.st ├── LGit_GIT_EUSER.extension.st ├── Magnitude.extension.st ├── ManifestIcebergLibgit.class.st ├── TIceRepositoryReader.trait.st ├── TIceRepositoryWriter.trait.st └── package.st ├── Iceberg-Memory ├── IceChangeImporter.extension.st ├── IceMemoryChange.class.st ├── IceMemoryCommit.class.st ├── IceMemoryCommitWalk.class.st ├── IceMemoryIndex.class.st ├── IceMemoryLocalBranch.class.st ├── IceMemoryNoCommit.class.st ├── IceMemoryProject.class.st ├── IceMemoryRemote.class.st ├── IceMemoryRemoteBranch.class.st ├── IceMemoryRepository.class.st ├── IceMemoryUnbornBranch.class.st ├── IceRingWorkingCopy.class.st ├── IceRingWorkingCopyChangerVisitor.class.st ├── ManifestIcebergMemory.class.st └── package.st ├── Iceberg-Metacello-Integration ├── IceBitbucketRepositoryType.class.st ├── IceGitLocalRepositoryType.class.st ├── IceGitRepositoryType.class.st ├── IceGithubRepositoryType.class.st ├── IceGitlabRepositoryType.class.st ├── IceMetacelloLoadChoice.class.st ├── IceMetacelloLoadSession.class.st ├── IceMetacelloLoadSessionContext.class.st ├── IceMetacelloPharoPlatform.class.st ├── IceMetacelloRepositoryType.class.st ├── IceProviderRepositoryType.class.st ├── IceRepository.extension.st ├── MCGitRemoteRepository.class.st ├── ManifestIcebergMetacelloIntegration.class.st ├── MetacelloScriptApiExecutor.extension.st └── package.st ├── Iceberg-Playground-Plugin-Gist ├── IcePlaygroundPublishGistCommand.class.st ├── IcePublishGistPresenter.class.st └── package.st ├── Iceberg-Plugin-GitHub ├── IceGitHubAPI.class.st ├── IceGitHubAPIPaginatedResult.class.st ├── IceGitHubAcceptPullRequestPresenter.class.st ├── IceGitHubAction.class.st ├── IceGitHubBadCredentialsError.class.st ├── IceGitHubCommand.class.st ├── IceGitHubCreatePullRequestPresenter.class.st ├── IceGitHubError.class.st ├── IceGitHubGenericError.class.st ├── IceGitHubJSONDataSource.class.st ├── IceGitHubNewBranchFromIssueCommand.class.st ├── IceGitHubNewBranchFromIssuePanel.class.st ├── IceGitHubNewPullRequestAction.class.st ├── IceGitHubNewPullRequestCommand.class.st ├── IceGitHubNilPullRequest.class.st ├── IceGitHubOpenOnGithubAction.class.st ├── IceGitHubOpenOnGithubCommand.class.st ├── IceGitHubPlugin.class.st ├── IceGitHubPullRequest.class.st ├── IceGitHubPullRequestDataSource.class.st ├── IceGitHubPullRequestDefinition.class.st ├── IceGitHubPullRequestDetailPresenter.class.st ├── IceGitHubRejectPullRequestPresenter.class.st ├── IceGitHubRemoteCommand.class.st ├── IceGitHubRemoveBranchesAction.class.st ├── IceGitHubRemoveBranchesCommand.class.st ├── IceGitHubRemoveBranchesPresenter.class.st ├── IceGitHubSelectItem.class.st ├── IceGitHubTipPullRequestBrowser.class.st ├── IceGitHubTreeCommand.class.st ├── IceGitHubTreeNewPullRequestCommand.class.st ├── IceGitHubTreeOpenOnGithubCommand.class.st ├── IceGitHubTreeRemoveBranchesCommand.class.st ├── IceGitHubTreeViewPullRequestCommand.class.st ├── IceGitHubViewPullRequestAction.class.st ├── IceGitHubViewPullRequestOnGithubAction.class.st ├── IceGitHubViewPullRequestsCommand.class.st ├── IceHttpsProtocol.extension.st ├── IcePlaintextCredentials.extension.st ├── IcePlaintextOtpCredentials.extension.st ├── IceSSHProtocol.extension.st ├── IceTipGitHubPullRequestListBrowser.class.st ├── IceTipGitHubRepositoryPanel.class.st ├── IceTipOpenCheckUrlCommand.class.st ├── IceTipOpenGitHubPullRequestCommand.class.st ├── IceTipOpenGitHubPullRequestInBrowserCommand.class.st ├── IceTipRefreshPullRequestsCommand.class.st ├── IceTokenCredentials.extension.st ├── IceUrlProtocol.extension.st ├── ManifestIcebergPluginGitHub.class.st ├── MorphicUIManager.extension.st ├── UIManager.extension.st └── package.st ├── Iceberg-Plugin-Metacello ├── IceTipMetacelloBaselineDecorator.class.st ├── IceTipMetacelloInstallBaselineCommand.class.st ├── IceTipMetacelloInstallBaselineDefaultCommand.class.st ├── IceTipMetacelloInstallBaselineGroupCommand.class.st ├── IceTipMetacelloInstallCommandBuilder.class.st ├── IceTipMetacelloPlugin.class.st ├── IceTipMetacelloToggleLockCommand.class.st ├── IceTipRepositoriesBrowser.extension.st ├── IceTipWorkingCopyBrowser.extension.st ├── ManifestIcebergPluginMetacello.class.st └── package.st ├── Iceberg-Plugin-Migration-Tests ├── IceConvertFormatActionTest.class.st └── package.st ├── Iceberg-Plugin-Migration ├── IceConvertFormatAction.class.st ├── IceFiletreeToTonelCommand.class.st ├── IceTipFiletreeToTonelDialogPresenter.class.st ├── ManifestIcebergPluginMigration.class.st └── package.st ├── Iceberg-Plugin-Pharo ├── IcePharoPlugin.class.st ├── ManifestIcebergPluginPharo.class.st └── package.st ├── Iceberg-Plugin ├── IcePlugin.class.st ├── IcePluginManager.class.st ├── IceRepository.extension.st ├── IceTipBitbucketRepositoryPanel.class.st ├── IceTipDecorator.class.st ├── IceTipGitLabRepositoryPanel.class.st ├── ManifestIcebergPlugin.class.st └── package.st ├── Iceberg-Tests-MetacelloIntegration ├── AbstractIceMetacelloIntegrationTest.class.st ├── IceMetacelloIntegrationTest.class.st ├── IceMetacelloIntegrationUpdateALoadedVersionTest.class.st ├── IceMetacelloIntegrationWithMissingCloneTest.class.st ├── IceMetacelloNoProjectNoSourceNoPropertiesFiletreeTest.class.st ├── IceMetacelloNoProjectNoSourcePropertiesFiletreeTest.class.st ├── IceMetacelloNoProjectNoSourcePropertiesTonelTest.class.st ├── IceMetacelloNoProjectSourceNoPropertiesFiletreeTest.class.st ├── IceMetacelloNoProjectSourcePropertiesFiletreeTest.class.st ├── IceMetacelloNoProjectSourcePropertiesTonelTest.class.st ├── IceMetacelloProjectNoSourcePropertiesFiletreeTest.class.st ├── IceMetacelloProjectNoSourcePropertiesTonelTest.class.st ├── IceMetacelloProjectSourcePropertiesFiletreeTest.class.st ├── IceMetacelloProjectSourcePropertiesTonelTest.class.st ├── IceMetacelloRepositoryTypeTest.class.st └── package.st ├── Iceberg-Tests ├── IceAbstractTestCase.class.st ├── IceAbstractTestFactory.class.st ├── IceBasicCherryPickingFixture.class.st ├── IceBasicRepositoryFixture.class.st ├── IceBornRepositoryTest.class.st ├── IceCherryPickBrowserTest.class.st ├── IceCherryPickingInitialDependenciesTest.class.st ├── IceCherryPickingTest.class.st ├── IceClassesCherryPickingTest.class.st ├── IceCleanWorkingCopyFixture.class.st ├── IceCleanWorkingCopyTest.class.st ├── IceClonedFromRemoteFixture.class.st ├── IceConflictsCherryPickingTest.class.st ├── IceCredentialStoreTest.class.st ├── IceDetachedWorkingCopyFixture.class.st ├── IceDetachedWorkingCopyTest.class.st ├── IceDiffTest.class.st ├── IceDirtyDetachedWorkingCopyFixture.class.st ├── IceDirtyDetachedWorkingCopyTest.class.st ├── IceExtensionMethodCherryPickingTest.class.st ├── IceFileDefinitionTest.class.st ├── IceFileRemoteTest.class.st ├── IceGitCleanWorkingCopyTest.class.st ├── IceGitCloneTest.class.st ├── IceGitCommand.class.st ├── IceGitCommitMessageTest.class.st ├── IceGitDetachedWorkingCopyTest.class.st ├── IceGitDirtyDetachedWorkingCopyTest.class.st ├── IceGitFileFormatTest.class.st ├── IceGitMergeTest.class.st ├── IceGitPropertiesFileTest.class.st ├── IceGitRemoteTest.class.st ├── IceGitRepositoryTypeTest.class.st ├── IceGitRepositoryWithSingleRemoteAndBranchWithSlashesTest.class.st ├── IceGitRepositoryWithSingleRemoteAndMergeConflictTest.class.st ├── IceGitRepositoryWithSingleRemoteTest.class.st ├── IceGitTestFactory.class.st ├── IceGitUnbornProjectTest.class.st ├── IceGitUnknownCommitRepositoryTest.class.st ├── IceGitWithoutUserNameTest.class.st ├── IceHttpRemoteTest.class.st ├── IceHttpsRemoteTest.class.st ├── IceInMemoryCleanWorkingCopyTest.class.st ├── IceInMemoryTestFactory.class.st ├── IceInitialPropertiesFileTestCase.class.st ├── IceLibGitIndexTestCase.class.st ├── IceLibgitRepositoryTest.class.st ├── IceLocalRepositoryMissingTest.class.st ├── IceMemoryRepositoryWithSingleRemoteAndMergeConflictTest.class.st ├── IceMemoryRepositoryWithSingleRemoteTest.class.st ├── IceMergeTest.class.st ├── IceMetaClassCherryPickingTest.class.st ├── IceMethodCherryPickingTest.class.st ├── IceMissingLocalRepositoryFixture.class.st ├── IceMultiplePackageFixture.class.st ├── IceMultiplePackageLocalGitRepositoryTest.class.st ├── IceMultiplePackageLocalMemoryRepositoryTest.class.st ├── IceMultiplePackageRepositoryTest.class.st ├── IceNewGitRepositoryTest.class.st ├── IceNewRepositoryTest.class.st ├── IceNotYetClonedRepositoryFixture.class.st ├── IceParameterizedTestCase.class.st ├── IceProxySettingsTest.class.st ├── IceRepository.extension.st ├── IceRepositoryCreatorTest.class.st ├── IceRepositoryWithSingleRemoteAndMergeConflictTest.class.st ├── IceRepositoryWithSingleRemoteTest.class.st ├── IceScpRemoteTest.class.st ├── IceSinglePackageFixture.class.st ├── IceSinglePackageLocalGitRepositoryTest.class.st ├── IceSinglePackageLocalGitRepositoryWithComplexSubdirectoryTest.class.st ├── IceSinglePackageLocalGitRepositoryWithDotSubdirectoryTest.class.st ├── IceSinglePackageLocalGitRepositoryWithLowerCasePackageTest.class.st ├── IceSinglePackageLocalGitRepositoryWithSubdirectoryTest.class.st ├── IceSinglePackageLocalMemoryRepositoryTest.class.st ├── IceSinglePackageLocalRepositoryTest.class.st ├── IceTestDefinition.class.st ├── IceTestParameter.class.st ├── IceTestParameterValue.class.st ├── IceTraitsCherryPickingTest.class.st ├── IceTreeConstructionTest.class.st ├── IceTreeMergeTest.class.st ├── IceTreeTest.class.st ├── IceUnbornProjectFixture.class.st ├── IceUnknownCommitRepositoryTest.class.st ├── IceUrlBuilderTest.class.st ├── IceWithRemoteAndLocalCommitAndUpstreamFixture.class.st ├── IceWithRemoteAndLocalCommitFixture.class.st ├── IceWithRemoteAndMergeConflictFixture.class.st ├── IceWithRemoteAndUnknownCommitFixture.class.st ├── IceWithRemoteFixture.class.st ├── MCGitRemoteRepositoryTest.class.st ├── MCGitlabRepositoryIcebergExtensionsTest.class.st └── package.st ├── Iceberg-TipUI-SnapshotBrowser-Tests ├── IceSnapshotBrowserTest.class.st └── package.st ├── Iceberg-TipUI-SnapshotBrowser ├── IceSBBrowseFullClassCommand.class.st ├── IceSBBrowseFullMethodCommand.class.st ├── IceSBBrowseHierarchyClassCommand.class.st ├── IceSBBrowseHierarchyMethodCommand.class.st ├── IceSBBrowseMethodImplementorsCommand.class.st ├── IceSBBrowseMethodInheritanceCommand.class.st ├── IceSBBrowseMethodSendersCommand.class.st ├── IceSBBrowseMethodVersionsCommand.class.st ├── IceSBBrowserAbstractClassCommand.class.st ├── IceSBBrowserAbstractMethodCommand.class.st ├── IceSBCopySelectorCommand.class.st ├── IceSBLoadCategoryCommand.class.st ├── IceSBLoadClassCommand.class.st ├── IceSBLoadMethodCommand.class.st ├── IceSBLoadProtocolCommand.class.st ├── IceSnapshotBrowser.class.st ├── IceSnapshotBrowserCommand.class.st ├── MCVersion.extension.st └── package.st ├── Iceberg-TipUI ├── Clipboard.extension.st ├── IceAbstractCredentials.extension.st ├── IceAddition.extension.st ├── IceCheckoutAllPackages.extension.st ├── IceCheckoutAlreadyLoadedPackages.extension.st ├── IceCheckoutDoNotLoadPackages.extension.st ├── IceCheckoutStrategy.extension.st ├── IceClassDefinition.extension.st ├── IceConflictingOperation.extension.st ├── IceCreateBranchCommand.class.st ├── IceDefinition.extension.st ├── IceDirectoryDefinition.extension.st ├── IceErrorVisitor.extension.st ├── IceExtensionDefinition.extension.st ├── IceFileDefinition.extension.st ├── IceFileSystemDefinition.extension.st ├── IceMergeResolutionRequest.extension.st ├── IceMergeWorkingCopyCommand.class.st ├── IceMethodContainerDefinition.extension.st ├── IceMethodDefinition.extension.st ├── IceModification.extension.st ├── IceNoCommitMessage.class.st ├── IceNoModification.extension.st ├── IceNode.extension.st ├── IceNodeCodeDisplayVisitor.class.st ├── IceNonConflictingOperation.extension.st ├── IceOperation.extension.st ├── IceOperationMerge.extension.st ├── IcePackage.extension.st ├── IcePackageDefinition.extension.st ├── IcePlaintextCredentials.extension.st ├── IcePlaintextOtpCredentials.extension.st ├── IcePullRemoteCommand.class.st ├── IceRemoval.extension.st ├── IceRepository.extension.st ├── IceRepositoryCommand.class.st ├── IceSavedPackageVersion.extension.st ├── IceSortingStrategy.class.st ├── IceSshCredentials.extension.st ├── IceTipAbstractCredentialCommand.class.st ├── IceTipAbstractCredentialStoreCommand.class.st ├── IceTipAbstractCredentialsPresenter.class.st ├── IceTipAbstractPlaintextCredentialsPresenter.class.st ├── IceTipAbstractSSHCredentialsPresenter.class.st ├── IceTipAction.class.st ├── IceTipAddNewPackagesDialogPresenter.class.st ├── IceTipAddPackageCommand.class.st ├── IceTipAddPackagesDialogPresenter.class.st ├── IceTipAddPlainTextCredentialCommand.class.st ├── IceTipAddPlaintextCredentialsPresenter.class.st ├── IceTipAddRemoteCommand.class.st ├── IceTipAddRemoteDialogPresenter.class.st ├── IceTipAddRepositoryCommand.class.st ├── IceTipAddSSHCredentialsPresenter.class.st ├── IceTipAddSshCredentialCommand.class.st ├── IceTipAddTokenCredentialCommand.class.st ├── IceTipAddTokenCredentialsPresenter.class.st ├── IceTipAdoptCommitCommand.class.st ├── IceTipAnnouncement.class.st ├── IceTipAskForPlaintextCredentialsPresenter.class.st ├── IceTipAskForPlaintextOtpCredentialsPresenter.class.st ├── IceTipAskGithubForPlaintextCredentialsPresenter.class.st ├── IceTipAskSSHCredentialsPresenter.class.st ├── IceTipBranchItem.class.st ├── IceTipBranchModel.class.st ├── IceTipBranchPanel.class.st ├── IceTipBrowseCommand.class.st ├── IceTipBrowseCommitCommand.class.st ├── IceTipBrowsePackageCommand.class.st ├── IceTipBrowseRepositoryPackageVersionCommand.class.st ├── IceTipBrowser.class.st ├── IceTipCalculateDirtyPackageCommand.class.st ├── IceTipCalculateDirtyPackagesCommand.class.st ├── IceTipCheckoutBranchCommand.class.st ├── IceTipCheckoutBranchDialog.class.st ├── IceTipCheckoutBranchPanel.class.st ├── IceTipCheckoutCommitCommand.class.st ├── IceTipCheckoutModel.class.st ├── IceTipCheckoutNewBranchCommand.class.st ├── IceTipCheckoutNewBranchPanel.class.st ├── IceTipCheckoutPreviewBrowser.class.st ├── IceTipCheckoutSelectedBranchCommand.class.st ├── IceTipCheckoutSelectedTagCommand.class.st ├── IceTipCherryPickCommand.class.st ├── IceTipCherrypickModel.class.st ├── IceTipCherrypickPreviewBrowser.class.st ├── IceTipCleanCommandGroupVisitor.class.st ├── IceTipCommand.class.st ├── IceTipCommandToPresenterBuildingStrategy.class.st ├── IceTipCommentPanel.class.st ├── IceTipCommitAction.class.st ├── IceTipCommitBrowser.class.st ├── IceTipCommitCommand.class.st ├── IceTipCommitDiffModel.class.st ├── IceTipCommitInfoPresenter.class.st ├── IceTipCommitModel.class.st ├── IceTipCommitRangeModel.class.st ├── IceTipCommitishModel.class.st ├── IceTipCopyCommitishCommand.class.st ├── IceTipCreateTagCommand.class.st ├── IceTipCreateTagPanel.class.st ├── IceTipCredentialsSettings.class.st ├── IceTipCredentialsStoreBrowser.class.st ├── IceTipCritiquesBeforeCommitBrowser.class.st ├── IceTipDeleteBranchCommand.class.st ├── IceTipDeleteRemoteCommand.class.st ├── IceTipDeleteTagCommand.class.st ├── IceTipDescriptionDecorator.class.st ├── IceTipDescriptionDecoratorHead.class.st ├── IceTipDescriptionDecoratorModified.class.st ├── IceTipDescriptionDecoratorNotLoaded.class.st ├── IceTipDialogPresenter.class.st ├── IceTipDiffEntryRemoved.class.st ├── IceTipDiffModel.class.st ├── IceTipDiffPanel.class.st ├── IceTipDiffPreviewModel.class.st ├── IceTipDiffRefreshed.class.st ├── IceTipDiffSelectingPanel.class.st ├── IceTipDirectMergeType.class.st ├── IceTipDirectoryPresenter.class.st ├── IceTipDiscardAllChangesPreviewBrowser.class.st ├── IceTipDiscardAllModel.class.st ├── IceTipDiscardChangesCommand.class.st ├── IceTipEditCredentialCommand.class.st ├── IceTipEditPlaintextCredentialsPresenter.class.st ├── IceTipEditProjectDialogPresenter.class.st ├── IceTipEditRepositoryCommand.class.st ├── IceTipEditSSHCredentialsPresenter.class.st ├── IceTipEditTokenCredentialsPresenter.class.st ├── IceTipEntityModel.class.st ├── IceTipErrorDialogPresenter.class.st ├── IceTipExistingBranchPanel.class.st ├── IceTipFetchAllProjectCommand.class.st ├── IceTipFetchCommand.class.st ├── IceTipFetchInPullCommand.class.st ├── IceTipFetchRemoteCommand.class.st ├── IceTipFilePresenter.class.st ├── IceTipForgetRepositoryCommand.class.st ├── IceTipGitProviderRepositoryPanel.class.st ├── IceTipGitRepositoryPanel.class.st ├── IceTipGitUsernameAndEmailDialogPresenter.class.st ├── IceTipHiedraAltComponentHistoryBrowser.class.st ├── IceTipHiedraAltHistoryBrowser.class.st ├── IceTipHiedraAltHistoryRowPresenter.class.st ├── IceTipHiedraHistoryBrowser.class.st ├── IceTipHistoryActionBrowser.class.st ├── IceTipHistoryBrowser.class.st ├── IceTipHistoryDiffFromHead.class.st ├── IceTipHistoryDiffToAncestor.class.st ├── IceTipHistoryDiffToHead.class.st ├── IceTipHistoryDiffUpdater.class.st ├── IceTipInspectCommand.class.st ├── IceTipInstallVersionCommand.class.st ├── IceTipInteractiveCredentialsProvider.class.st ├── IceTipInteractiveErrorVisitor.class.st ├── IceTipLoadPackageCommand.class.st ├── IceTipLocalRepositoryPanel.class.st ├── IceTipLocationPresenter.class.st ├── IceTipManagePackagesCommand.class.st ├── IceTipManageRepositoryCommand.class.st ├── IceTipMergeBranchDialogPresenter.class.st ├── IceTipMergeBranchPanel.class.st ├── IceTipMergeCommand.class.st ├── IceTipMergeHistoryCommand.class.st ├── IceTipMergeModel.class.st ├── IceTipMergePresenter.class.st ├── IceTipMergePreviewBrowser.class.st ├── IceTipMergeSelectingPanel.class.st ├── IceTipMergeType.class.st ├── IceTipModel.class.st ├── IceTipNewRepositoryPanel.class.st ├── IceTipOpenNativelyCommand.class.st ├── IceTipOptionDialogPresenter.class.st ├── IceTipPackageCommand.class.st ├── IceTipPackageModel.class.st ├── IceTipPresenter.class.st ├── IceTipPreviewBrowser.class.st ├── IceTipPullBrowser.class.st ├── IceTipPullCommand.class.st ├── IceTipPullModel.class.st ├── IceTipPushAction.class.st ├── IceTipPushBrowser.class.st ├── IceTipPushCommand.class.st ├── IceTipPushModel.class.st ├── IceTipReadOnlyFormBuilder.class.st ├── IceTipRefreshCommitCommand.class.st ├── IceTipRegisterRepositoryDialogPresenter.class.st ├── IceTipReloadPackageCommand.class.st ├── IceTipRemoteActionBrowser.class.st ├── IceTipRemoteActionCommand.class.st ├── IceTipRemoteActionModel.class.st ├── IceTipRemoteModel.class.st ├── IceTipRemotesTreeCommand.class.st ├── IceTipRemoveCredentialCommand.class.st ├── IceTipRemoveFromRepositoryPackageCommand.class.st ├── IceTipRemovePackageDialogPresenter.class.st ├── IceTipRemoveRepositoryDialogPresenter.class.st ├── IceTipRepairAction.class.st ├── IceTipRepairCheckoutBranch.class.st ├── IceTipRepairCheckoutNewBranch.class.st ├── IceTipRepairCloneRepository.class.st ├── IceTipRepairCommand.class.st ├── IceTipRepairCreateSubdirectory.class.st ├── IceTipRepairDiscardAndLoad.class.st ├── IceTipRepairEditRepository.class.st ├── IceTipRepairFetchRemoteBranch.class.st ├── IceTipRepairLocateRepository.class.st ├── IceTipRepairMergeWithBranch.class.st ├── IceTipRepairProject.class.st ├── IceTipRepairPullRemoteBranch.class.st ├── IceTipRepairRepositoryDialogPresenter.class.st ├── IceTipRepositoriesBrowser.class.st ├── IceTipRepositoriesModel.class.st ├── IceTipRepositoryBrowser.class.st ├── IceTipRepositoryCommand.class.st ├── IceTipRepositoryGroupModel.class.st ├── IceTipRepositoryGroupPanel.class.st ├── IceTipRepositoryModel.class.st ├── IceTipRepositoryTypePanel.class.st ├── IceTipResetBranchToThisCommitCommand.class.st ├── IceTipRevertChangeCommand.class.st ├── IceTipSaveImageAction.class.st ├── IceTipSelectAllPackagesCommand.class.st ├── IceTipSelectPackagesCommand.class.st ├── IceTipSelectRemotePresenter.class.st ├── IceTipSettingsCommand.class.st ├── IceTipSpCommand.class.st ├── IceTipStandardAction.class.st ├── IceTipStatusDecorator.class.st ├── IceTipStatusDecoratorError.class.st ├── IceTipStatusDecoratorWarning.class.st ├── IceTipStyleContributor.class.st ├── IceTipSwitchAndMergeType.class.st ├── IceTipTagDecorator.class.st ├── IceTipTagModel.class.st ├── IceTipTextDecorator.class.st ├── IceTipTextDecoratorNone.class.st ├── IceTipToolbarButtonStrategy.class.st ├── IceTipToolbarPresenterBuilder.class.st ├── IceTipTreeBranch.class.st ├── IceTipTreeCollapseCommand.class.st ├── IceTipTreeExpandCommand.class.st ├── IceTipTreeGroup.class.st ├── IceTipTreeItem.class.st ├── IceTipTreeNode.class.st ├── IceTipTreeRemote.class.st ├── IceTipTreeRepositoryGroup.class.st ├── IceTipTreeTag.class.st ├── IceTipUnloadAndRemovePackageCommand.class.st ├── IceTipUnloadPackageCommand.class.st ├── IceTipUnselectAllPackagesCommand.class.st ├── IceTipVersionHistoryBrowser.class.st ├── IceTipVersionHistoryModel.class.st ├── IceTipVersionModel.class.st ├── IceTipWorkingCopyBrowser.class.st ├── IceTipWorkingCopyDiffModel.class.st ├── IceTipWorkingCopyModel.class.st ├── IceTipWorkingCopyStatusBarPresenter.class.st ├── IceTipWriteToFilesAction.class.st ├── IceTipWriteToFilesCommand.class.st ├── IceTokenCredentials.extension.st ├── IceTraitDefinition.extension.st ├── IceWorkingCopy.extension.st ├── LGitCredentialsPlaintext.extension.st ├── MCAddition.extension.st ├── MCMergeResolutionRequest.extension.st ├── MCModification.extension.st ├── MCPatchOperation.extension.st ├── MCRemoval.extension.st ├── ManifestIcebergTipUI.class.st ├── PharoDarkTheme.extension.st ├── PharoShortcuts.extension.st ├── SpToolbarButtonPresenter.extension.st ├── TIceCopyCommitId.trait.st ├── TWithBranchModel.trait.st ├── ToolShortcutsCategory.extension.st └── package.st ├── Iceberg-UI-Tests ├── IceRegistryTest.class.st ├── IceTipAskForPlaintextCredentialsModelTest.class.st ├── IceTipCollectionRepositoryProvider.class.st ├── IceTipCommitBrowserTest.class.st ├── IceTipCommitBrowserTestWithRemoteSetTest.class.st ├── IceTipCommitBrowserTestWithoutRemoteSetTest.class.st ├── IceTipCreateTagPanelTest.class.st ├── IceTipEditProjectDialogTest.class.st ├── IceTipEditProjectDialogWithPackageInWorkingCopyTest.class.st ├── IceTipEditProjectDialogWithoutPackageInWorkingCopyTest.class.st ├── IceTipHistoryBrowserTest.class.st ├── IceTipMockSaveImageAction.class.st ├── IceTipPresenterMetaTest.class.st ├── IceTipRepositoriesBrowserTest.class.st ├── IceTipRepositoryBrowserTest.class.st ├── IceTipRepositoryBrowserWithRemoteTest.class.st ├── IceTipRepositoryBrowserWithoutRemoteTest.class.st ├── IceTipUnknownCommitRepositoryTest.class.st ├── IceTipWorkingCopyBrowserOnDetachedRepoTest.class.st ├── IceTipWorkingCopyBrowserOnUpdatedRepoTest.class.st ├── IceTipWorkingCopyBrowserTest.class.st ├── IceTipWorkingCopyBrowserWithRemoteTest.class.st └── package.st ├── Iceberg ├── CannotIdentifyVersionForCommit.class.st ├── DateAndTime.extension.st ├── FileSystemDirectoryEntry.extension.st ├── IceAbstractCommitWalk.class.st ├── IceAbstractCredentials.class.st ├── IceAbstractNode.class.st ├── IceAbstractProject.class.st ├── IceAddition.class.st ├── IceAnnouncement.class.st ├── IceAnnouncer.class.st ├── IceAsDependencyVisitor.class.st ├── IceAttachedSingleVersionWorkingCopy.class.st ├── IceAuthenticationError.class.st ├── IceBackendWriterAdapter.class.st ├── IceBasicProject.class.st ├── IceBasicProjectReader.class.st ├── IceBranch.class.st ├── IceBranchAlreadyExists.class.st ├── IceChange.class.st ├── IceChangeImporter.class.st ├── IceChangeSetChanged.class.st ├── IceCheckoutAllPackages.class.st ├── IceCheckoutAlreadyLoadedPackages.class.st ├── IceCheckoutConflictError.class.st ├── IceCheckoutDoNotLoadPackages.class.st ├── IceCheckoutSelectedPackages.class.st ├── IceCheckoutStrategy.class.st ├── IceCherrypicker.class.st ├── IceCherrypickerDiffPruner.class.st ├── IceCherrypickerInitialDependenciesCollector.class.st ├── IceClassDefinition.class.st ├── IceClassDependency.class.st ├── IceCodeDefinition.class.st ├── IceCommit.class.st ├── IceCommited.class.st ├── IceCommitish.class.st ├── IceConflictingOperation.class.st ├── IceCredentialStore.class.st ├── IceCredentialsProvider.class.st ├── IceCritiquesVisitor.class.st ├── IceCypressPropertiesChange.class.st ├── IceDefinedDependency.class.st ├── IceDefinition.class.st ├── IceDependency.class.st ├── IceDependencyEnvironment.class.st ├── IceDiff.class.st ├── IceDirectoryDefinition.class.st ├── IceDuplicatedRepository.class.st ├── IceEmptyMerge.class.st ├── IceEmptyNode.class.st ├── IceEmptyWorkingCopy.class.st ├── IceError.class.st ├── IceErrorVisitor.class.st ├── IceExperimentalFeature.class.st ├── IceExtendedClassDependency.class.st ├── IceExtensionDefinition.class.st ├── IceExternalJob.class.st ├── IceFileDefinition.class.st ├── IceFileSystemDefinition.class.st ├── IceGenericError.class.st ├── IceGitCheckoutProgress.class.st ├── IceGitTransferProgress.class.st ├── IceGitUsernameOrEmailNotFound.class.st ├── IceHistory.class.st ├── IceHistoryCommit.class.st ├── IceHttpsProtocol.class.st ├── IceImageChange.class.st ├── IceInMergeWorkingCopy.class.st ├── IceIndex.class.st ├── IceInvalidProject.class.st ├── IceInvalidProjectReader.class.st ├── IceLocalBranch.class.st ├── IceLocalRepositoryMissing.class.st ├── IceLog.class.st ├── IceLogVersion.class.st ├── IceMCDefinitionImporter.class.st ├── IceMCPackageImporter.class.st ├── IceMCVersionInfo.class.st ├── IceMerge.class.st ├── IceMergeAborted.class.st ├── IceMergeResolutionRequest.class.st ├── IceMergeToChangeTreeVisitor.class.st ├── IceMetacelloDuplicatedNotification.class.st ├── IceMetacelloProjectRegistration.class.st ├── IceMetacelloRepositoryAdapter.class.st ├── IceMetaclassDependency.class.st ├── IceMethodContainerDefinition.class.st ├── IceMethodDefinition.class.st ├── IceMethodDependency.class.st ├── IceMissingRepositoryEntry.class.st ├── IceModification.class.st ├── IceNoCommit.class.st ├── IceNoModification.class.st ├── IceNoRemote.class.st ├── IceNoRemoteBranch.class.st ├── IceNode.class.st ├── IceNodeQuery.class.st ├── IceNonConflictingOperation.class.st ├── IceNonInteractiveCredentialsProvider.class.st ├── IceNotInBranch.class.st ├── IceNothingToCommit.class.st ├── IceNullCommitWalk.class.st ├── IceOperation.class.st ├── IceOperationMerge.class.st ├── IcePackage.class.st ├── IcePackageDefinition.class.st ├── IcePackageDependency.class.st ├── IcePackageLoaded.class.st ├── IcePackageUnloaded.class.st ├── IcePlaintextCredentials.class.st ├── IcePlaintextOtpCredentials.class.st ├── IceProjectChange.class.st ├── IceProjectReader.class.st ├── IceProxyMCVersionInfo.class.st ├── IcePushTransferProgress.class.st ├── IcePushed.class.st ├── IceRemote.class.st ├── IceRemoteAlreadyExistsError.class.st ├── IceRemoteBranch.class.st ├── IceRemoteDesynchronized.class.st ├── IceRemoteNotFoundError.class.st ├── IceRemoteWithOnlyHostname.class.st ├── IceRemoval.class.st ├── IceRepository.class.st ├── IceRepositoryAnnouncement.class.st ├── IceRepositoryCreated.class.st ├── IceRepositoryForgotten.class.st ├── IceRepositoryModified.class.st ├── IceRepositoryRegistryAnnouncement.class.st ├── IceRepositoryRegistryModified.class.st ├── IceRootDefinition.class.st ├── IceSSHProtocol.class.st ├── IceSavedPackageVersion.class.st ├── IceShouldCommitBeforePull.class.st ├── IceSshCredentials.class.st ├── IceSystemEventListener.class.st ├── IceTag.class.st ├── IceTagAlreadyExists.class.st ├── IceTagNotFound.class.st ├── IceTipCommitSettings.class.st ├── IceTokenCredentials.class.st ├── IceTraitDefinition.class.st ├── IceTraitDependency.class.st ├── IceTreeMerger.class.st ├── IceTreeVisitor.class.st ├── IceUnbornBranch.class.st ├── IceUnbornProject.class.st ├── IceUnbornProjectReader.class.st ├── IceUndefinedRemote.class.st ├── IceUnknownCommit.class.st ├── IceUnknownVersionWorkingCopy.class.st ├── IceUpstreamNotConfigured.class.st ├── IceUrlBuilder.class.st ├── IceUrlProtocol.class.st ├── IceVersionDoesNotExist.class.st ├── IceWarning.class.st ├── IceWorkingCopy.class.st ├── IceWorkingCopyDesyncronized.class.st ├── IceWorkingCopyPatcherVisitor.class.st ├── IceWorkingCopyState.class.st ├── IceWrongUrl.class.st ├── Iceberg.class.st ├── LGitCommit.extension.st ├── LGitCredentialsPlaintext.extension.st ├── LGitCredentialsSSH.extension.st ├── LGitDiff.extension.st ├── LGitReturnCodeEnum.extension.st ├── LGitTag.extension.st ├── LGitTreeEntry.extension.st ├── MCBitbucketRepository.extension.st ├── MCClassDefinition.extension.st ├── MCClassTraitDefinition.extension.st ├── MCDefinition.extension.st ├── MCGitBasedNetworkRepository.extension.st ├── MCGitHubRepository.extension.st ├── MCMethodDefinition.extension.st ├── MCPatcher.extension.st ├── MCWorkingCopy.extension.st ├── ManifestIceberg.class.st ├── MetacelloResolveProjectUpgrade.extension.st └── package.st ├── LICENSE ├── README.md ├── docs ├── Authentication-Credentials.md ├── Background.md ├── Branching-and-Merging.md ├── Contributing-to-Iceberg.md ├── FAQ.md ├── Home.md ├── Hotfixes.md ├── How-to-help-us,-What-you-could-contribute.md ├── Iceberg-glossary.md ├── Metacello-Support.md ├── Recovering-Code.md ├── The-Working-Copy(ies).md ├── Tutorial.md └── images │ ├── 1.repository-missing.png │ ├── 2.repair.png │ ├── 3.repair-missing.png │ ├── 4.clone.png │ ├── 5.fetch-required.png │ ├── 6.repair-fetch-required.png │ ├── 7.detached-working-copy.png │ ├── 8.create-new-branch.png │ ├── hotfix-2commits.png │ ├── hotfix-3branches.png │ ├── hotfix-branches.png │ ├── hotfix-checkout branch.png │ ├── hotfix-checkout104.png │ ├── hotfix-commit bugfix.png │ ├── hotfix-commit code change in hotfix branch.png │ ├── hotfix-createbranch.png │ ├── hotfix-merge hotfix into 104.png │ ├── hotfix-preview master.png │ ├── hotfix-preview merge master.png │ ├── hotfix-preview of merge 104 .png │ ├── hotfix-preview104.png │ ├── hotfix-push.png │ ├── hotfix-repomanager.png │ ├── hotfix-repository.png │ ├── tutorial-add-package.png │ ├── tutorial-commit.png │ ├── tutorial-config-set.png │ ├── tutorial-new-repository.png │ ├── tutorial-push.png │ ├── tutorial-repositories-browser.png │ └── tutorial-repository-inspect.png ├── git_cookbook.md ├── iceberg_test.key.enc └── scripts ├── postLoading.st ├── preLoading.st ├── preTesting.st ├── sync-wiki.sh └── testUpdateIceberg.sh /.github/workflows/sync-wiki.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.github/workflows/sync-wiki.yml -------------------------------------------------------------------------------- /.github/workflows/test-all.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.github/workflows/test-all.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.project -------------------------------------------------------------------------------- /.properties: -------------------------------------------------------------------------------- 1 | { 2 | #format : #tonel 3 | } -------------------------------------------------------------------------------- /.smalltalk.all.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.smalltalk.all.ston -------------------------------------------------------------------------------- /.smalltalk.release.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.smalltalk.release.ston -------------------------------------------------------------------------------- /.smalltalk.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.smalltalk.ston -------------------------------------------------------------------------------- /.smalltalk.windows.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/.smalltalk.windows.ston -------------------------------------------------------------------------------- /BaselineOfIceberg/BaselineOfIceberg.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/BaselineOfIceberg/BaselineOfIceberg.class.st -------------------------------------------------------------------------------- /BaselineOfIceberg/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'BaselineOfIceberg' } 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Iceberg-ArchitecturalRules/IceLibgitRuleBreakerRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-ArchitecturalRules/IceLibgitRuleBreakerRepository.class.st -------------------------------------------------------------------------------- /Iceberg-ArchitecturalRules/IceShouldHandleLibgitErrors.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-ArchitecturalRules/IceShouldHandleLibgitErrors.class.st -------------------------------------------------------------------------------- /Iceberg-ArchitecturalRules/IceShouldHandleLibgitErrorsTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-ArchitecturalRules/IceShouldHandleLibgitErrorsTest.class.st -------------------------------------------------------------------------------- /Iceberg-ArchitecturalRules/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-ArchitecturalRules' } 2 | -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceLibgitFiletreeFileUtils.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceLibgitFiletreeFileUtils.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceLibgitFiletreeLog.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceLibgitFiletreeLog.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceLibgitFiletreeLogReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceLibgitFiletreeLogReader.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceLibgitFiletreeReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceLibgitFiletreeReader.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceLibgitFiletreeSnapshotWriter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceLibgitFiletreeSnapshotWriter.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceLibgitFiletreeWriter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceLibgitFiletreeWriter.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceMetadatalessFileTreeWriter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceMetadatalessFileTreeWriter.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/IceMetadatalessStCypressWriter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/IceMetadatalessStCypressWriter.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/ManifestIcebergLibgitFiletree.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Filetree/ManifestIcebergLibgitFiletree.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Filetree/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Libgit-Filetree' } 2 | -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/IceLibgitTonelFileUtils.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Tonel/IceLibgitTonelFileUtils.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/IceLibgitTonelLog.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Tonel/IceLibgitTonelLog.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/IceLibgitTonelLogReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Tonel/IceLibgitTonelLogReader.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/IceLibgitTonelReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Tonel/IceLibgitTonelReader.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/IceLibgitTonelWriter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Tonel/IceLibgitTonelWriter.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/ManifestIcebergLibgitTonel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit-Tonel/ManifestIcebergLibgitTonel.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit-Tonel/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Libgit-Tonel' } 2 | -------------------------------------------------------------------------------- /Iceberg-Libgit/IceBranchNotFound.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceBranchNotFound.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceChangeImporter.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceChangeImporter.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceCloneError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceCloneError.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceCloneLocationAlreadyExists.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceCloneLocationAlreadyExists.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceCloneRemoteNotFound.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceCloneRemoteNotFound.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitChange.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitChange.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitChangeImporter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitChangeImporter.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitClone.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitClone.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitCommit.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitFileRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitFileRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitHttpRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitHttpRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitHttpsRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitHttpsRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitIndex.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitIndex.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitLocalBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitLocalBranch.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitNetworkRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitNetworkRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitRemoteBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitRemoteBranch.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitScpRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitScpRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitSshRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitSshRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitUnbornBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitUnbornBranch.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceGitWorkingCopyUpdateVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceGitWorkingCopyUpdateVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceIndexUpdateVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceIndexUpdateVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceLibgitCommitWalk.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceLibgitCommitWalk.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceLibgitErrorVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceLibgitErrorVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceLibgitRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceLibgitRepository.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceLibgitTreeBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceLibgitTreeBuilder.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceMCSnapshotPatchVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceMCSnapshotPatchVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceRepositoryCreator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceRepositoryCreator.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceRepositoryProperties.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceRepositoryProperties.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceSemanticVersion.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceSemanticVersion.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/IceUnbornRepositoryProperties.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/IceUnbornRepositoryProperties.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/LGitAbstractError.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/LGitAbstractError.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/LGit_GIT_ECONFLICT.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/LGit_GIT_ECONFLICT.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/LGit_GIT_EEOF.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/LGit_GIT_EEOF.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/LGit_GIT_ENOTFOUND.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/LGit_GIT_ENOTFOUND.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/LGit_GIT_ERROR.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/LGit_GIT_ERROR.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/LGit_GIT_EUSER.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/LGit_GIT_EUSER.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/Magnitude.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/Magnitude.extension.st -------------------------------------------------------------------------------- /Iceberg-Libgit/ManifestIcebergLibgit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/ManifestIcebergLibgit.class.st -------------------------------------------------------------------------------- /Iceberg-Libgit/TIceRepositoryReader.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/TIceRepositoryReader.trait.st -------------------------------------------------------------------------------- /Iceberg-Libgit/TIceRepositoryWriter.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Libgit/TIceRepositoryWriter.trait.st -------------------------------------------------------------------------------- /Iceberg-Libgit/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Libgit' } 2 | -------------------------------------------------------------------------------- /Iceberg-Memory/IceChangeImporter.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceChangeImporter.extension.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryChange.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryChange.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryCommit.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryCommitWalk.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryCommitWalk.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryIndex.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryIndex.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryLocalBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryLocalBranch.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryNoCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryNoCommit.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryProject.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryProject.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryRemote.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryRemoteBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryRemoteBranch.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryRepository.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceMemoryUnbornBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceMemoryUnbornBranch.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceRingWorkingCopy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceRingWorkingCopy.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/IceRingWorkingCopyChangerVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/IceRingWorkingCopyChangerVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/ManifestIcebergMemory.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Memory/ManifestIcebergMemory.class.st -------------------------------------------------------------------------------- /Iceberg-Memory/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Memory' } 2 | -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceBitbucketRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceBitbucketRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceGitLocalRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceGitLocalRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceGitRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceGitRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceGithubRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceGithubRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceGitlabRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceGitlabRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceMetacelloLoadChoice.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceMetacelloLoadChoice.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceMetacelloLoadSession.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceMetacelloLoadSession.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceMetacelloPharoPlatform.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceMetacelloPharoPlatform.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceMetacelloRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceMetacelloRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceProviderRepositoryType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceProviderRepositoryType.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/IceRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/IceRepository.extension.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/MCGitRemoteRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Metacello-Integration/MCGitRemoteRepository.class.st -------------------------------------------------------------------------------- /Iceberg-Metacello-Integration/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Metacello-Integration' } 2 | -------------------------------------------------------------------------------- /Iceberg-Playground-Plugin-Gist/IcePublishGistPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Playground-Plugin-Gist/IcePublishGistPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-Playground-Plugin-Gist/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Playground-Plugin-Gist' } 2 | -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubAPI.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubAPI.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubAPIPaginatedResult.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubAPIPaginatedResult.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubAcceptPullRequestPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubAcceptPullRequestPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubAction.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubBadCredentialsError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubBadCredentialsError.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubCreatePullRequestPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubCreatePullRequestPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubError.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubGenericError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubGenericError.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubJSONDataSource.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubJSONDataSource.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubNewBranchFromIssueCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubNewBranchFromIssueCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubNewBranchFromIssuePanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubNewBranchFromIssuePanel.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubNewPullRequestAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubNewPullRequestAction.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubNewPullRequestCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubNewPullRequestCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubNilPullRequest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubNilPullRequest.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubOpenOnGithubAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubOpenOnGithubAction.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubOpenOnGithubCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubOpenOnGithubCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubPlugin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubPlugin.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubPullRequest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubPullRequest.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubPullRequestDataSource.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubPullRequestDataSource.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubPullRequestDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubPullRequestDefinition.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubPullRequestDetailPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubPullRequestDetailPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubRejectPullRequestPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubRejectPullRequestPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubRemoteCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubRemoteCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesAction.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubSelectItem.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubSelectItem.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubTipPullRequestBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubTipPullRequestBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubTreeCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubTreeCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubTreeNewPullRequestCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubTreeNewPullRequestCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubTreeOpenOnGithubCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubTreeOpenOnGithubCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubTreeRemoveBranchesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubTreeRemoveBranchesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubTreeViewPullRequestCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubTreeViewPullRequestCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubViewPullRequestAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubViewPullRequestAction.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceGitHubViewPullRequestsCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceGitHubViewPullRequestsCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceHttpsProtocol.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceHttpsProtocol.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IcePlaintextCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IcePlaintextCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IcePlaintextOtpCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IcePlaintextOtpCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceSSHProtocol.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceSSHProtocol.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceTipGitHubPullRequestListBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceTipGitHubPullRequestListBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceTipGitHubRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceTipGitHubRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceTipOpenCheckUrlCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceTipOpenCheckUrlCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceTipOpenGitHubPullRequestCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceTipOpenGitHubPullRequestCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceTipRefreshPullRequestsCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceTipRefreshPullRequestsCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceTokenCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceTokenCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/IceUrlProtocol.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/IceUrlProtocol.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/ManifestIcebergPluginGitHub.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/ManifestIcebergPluginGitHub.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/MorphicUIManager.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/MorphicUIManager.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/UIManager.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-GitHub/UIManager.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-GitHub/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Plugin-GitHub' } 2 | -------------------------------------------------------------------------------- /Iceberg-Plugin-Metacello/IceTipMetacelloPlugin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Metacello/IceTipMetacelloPlugin.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Metacello/IceTipRepositoriesBrowser.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Metacello/IceTipRepositoriesBrowser.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Metacello/IceTipWorkingCopyBrowser.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Metacello/IceTipWorkingCopyBrowser.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Metacello/ManifestIcebergPluginMetacello.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Metacello/ManifestIcebergPluginMetacello.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Metacello/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Plugin-Metacello' } 2 | -------------------------------------------------------------------------------- /Iceberg-Plugin-Migration-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Plugin-Migration-Tests' } 2 | -------------------------------------------------------------------------------- /Iceberg-Plugin-Migration/IceConvertFormatAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Migration/IceConvertFormatAction.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Migration/IceFiletreeToTonelCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Migration/IceFiletreeToTonelCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Migration/ManifestIcebergPluginMigration.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Migration/ManifestIcebergPluginMigration.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Migration/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Plugin-Migration' } 2 | -------------------------------------------------------------------------------- /Iceberg-Plugin-Pharo/IcePharoPlugin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Pharo/IcePharoPlugin.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Pharo/ManifestIcebergPluginPharo.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin-Pharo/ManifestIcebergPluginPharo.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin-Pharo/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Plugin-Pharo' } 2 | -------------------------------------------------------------------------------- /Iceberg-Plugin/IcePlugin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/IcePlugin.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin/IcePluginManager.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/IcePluginManager.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin/IceRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/IceRepository.extension.st -------------------------------------------------------------------------------- /Iceberg-Plugin/IceTipBitbucketRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/IceTipBitbucketRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin/IceTipDecorator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/IceTipDecorator.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin/IceTipGitLabRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/IceTipGitLabRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin/ManifestIcebergPlugin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Plugin/ManifestIcebergPlugin.class.st -------------------------------------------------------------------------------- /Iceberg-Plugin/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Plugin' } 2 | -------------------------------------------------------------------------------- /Iceberg-Tests-MetacelloIntegration/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Tests-MetacelloIntegration' } 2 | -------------------------------------------------------------------------------- /Iceberg-Tests/IceAbstractTestCase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceAbstractTestCase.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceAbstractTestFactory.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceAbstractTestFactory.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceBasicCherryPickingFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceBasicCherryPickingFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceBasicRepositoryFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceBasicRepositoryFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceBornRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceBornRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceCherryPickBrowserTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceCherryPickBrowserTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceCherryPickingInitialDependenciesTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceCherryPickingInitialDependenciesTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceClassesCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceClassesCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceCleanWorkingCopyFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceCleanWorkingCopyFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceCleanWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceCleanWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceClonedFromRemoteFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceClonedFromRemoteFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceConflictsCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceConflictsCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceCredentialStoreTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceCredentialStoreTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceDetachedWorkingCopyFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceDetachedWorkingCopyFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceDetachedWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceDetachedWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceDiffTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceDiffTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceDirtyDetachedWorkingCopyFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceDirtyDetachedWorkingCopyFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceDirtyDetachedWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceDirtyDetachedWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceExtensionMethodCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceExtensionMethodCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceFileDefinitionTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceFileDefinitionTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceFileRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceFileRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitCleanWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitCleanWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitCloneTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitCloneTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitCommitMessageTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitCommitMessageTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitDetachedWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitDetachedWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitDirtyDetachedWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitDirtyDetachedWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitFileFormatTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitFileFormatTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitMergeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitMergeTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitPropertiesFileTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitPropertiesFileTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitRepositoryTypeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitRepositoryTypeTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitRepositoryWithSingleRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitRepositoryWithSingleRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitTestFactory.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitTestFactory.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitUnbornProjectTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitUnbornProjectTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitUnknownCommitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitUnknownCommitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceGitWithoutUserNameTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceGitWithoutUserNameTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceHttpRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceHttpRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceHttpsRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceHttpsRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceInMemoryCleanWorkingCopyTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceInMemoryCleanWorkingCopyTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceInMemoryTestFactory.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceInMemoryTestFactory.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceInitialPropertiesFileTestCase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceInitialPropertiesFileTestCase.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceLibGitIndexTestCase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceLibGitIndexTestCase.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceLibgitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceLibgitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceLocalRepositoryMissingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceLocalRepositoryMissingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMemoryRepositoryWithSingleRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMemoryRepositoryWithSingleRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMergeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMergeTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMetaClassCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMetaClassCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMethodCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMethodCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMissingLocalRepositoryFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMissingLocalRepositoryFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMultiplePackageFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMultiplePackageFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMultiplePackageLocalGitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMultiplePackageLocalGitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceMultiplePackageRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceMultiplePackageRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceNewGitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceNewGitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceNewRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceNewRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceNotYetClonedRepositoryFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceNotYetClonedRepositoryFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceParameterizedTestCase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceParameterizedTestCase.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceProxySettingsTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceProxySettingsTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceRepository.extension.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceRepositoryCreatorTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceRepositoryCreatorTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceRepositoryWithSingleRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceRepositoryWithSingleRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceScpRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceScpRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceSinglePackageFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceSinglePackageFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceSinglePackageLocalGitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceSinglePackageLocalGitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceSinglePackageLocalMemoryRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceSinglePackageLocalMemoryRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceSinglePackageLocalRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceSinglePackageLocalRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTestDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTestDefinition.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTestParameter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTestParameter.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTestParameterValue.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTestParameterValue.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTraitsCherryPickingTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTraitsCherryPickingTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTreeConstructionTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTreeConstructionTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTreeMergeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTreeMergeTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceTreeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceTreeTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceUnbornProjectFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceUnbornProjectFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceUnknownCommitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceUnknownCommitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceUrlBuilderTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceUrlBuilderTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceWithRemoteAndLocalCommitFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceWithRemoteAndLocalCommitFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceWithRemoteAndMergeConflictFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceWithRemoteAndMergeConflictFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceWithRemoteAndUnknownCommitFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceWithRemoteAndUnknownCommitFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/IceWithRemoteFixture.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/IceWithRemoteFixture.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/MCGitRemoteRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/MCGitRemoteRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/MCGitlabRepositoryIcebergExtensionsTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-Tests/MCGitlabRepositoryIcebergExtensionsTest.class.st -------------------------------------------------------------------------------- /Iceberg-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-Tests' } 2 | -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-TipUI-SnapshotBrowser-Tests' } 2 | -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSBCopySelectorCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSBCopySelectorCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSBLoadCategoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSBLoadCategoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSBLoadClassCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSBLoadClassCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSBLoadMethodCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSBLoadMethodCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSBLoadProtocolCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSBLoadProtocolCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSnapshotBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSnapshotBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/IceSnapshotBrowserCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/IceSnapshotBrowserCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/MCVersion.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI-SnapshotBrowser/MCVersion.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI-SnapshotBrowser/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-TipUI-SnapshotBrowser' } 2 | -------------------------------------------------------------------------------- /Iceberg-TipUI/Clipboard.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/Clipboard.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceAbstractCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceAbstractCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceAddition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceAddition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceCheckoutAllPackages.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceCheckoutAllPackages.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceCheckoutAlreadyLoadedPackages.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceCheckoutAlreadyLoadedPackages.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceCheckoutDoNotLoadPackages.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceCheckoutDoNotLoadPackages.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceCheckoutStrategy.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceCheckoutStrategy.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceClassDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceClassDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceConflictingOperation.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceConflictingOperation.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceCreateBranchCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceCreateBranchCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceDirectoryDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceDirectoryDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceErrorVisitor.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceErrorVisitor.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceExtensionDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceExtensionDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceFileDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceFileDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceFileSystemDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceFileSystemDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceMergeResolutionRequest.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceMergeResolutionRequest.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceMergeWorkingCopyCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceMergeWorkingCopyCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceMethodContainerDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceMethodContainerDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceMethodDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceMethodDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceModification.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceModification.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceNoCommitMessage.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceNoCommitMessage.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceNoModification.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceNoModification.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceNode.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceNode.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceNodeCodeDisplayVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceNodeCodeDisplayVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceNonConflictingOperation.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceNonConflictingOperation.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceOperation.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceOperation.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceOperationMerge.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceOperationMerge.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IcePackage.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IcePackage.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IcePackageDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IcePackageDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IcePlaintextCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IcePlaintextCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IcePlaintextOtpCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IcePlaintextOtpCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IcePullRemoteCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IcePullRemoteCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceRemoval.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceRemoval.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceRepository.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceRepositoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceRepositoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceSavedPackageVersion.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceSavedPackageVersion.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceSortingStrategy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceSortingStrategy.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceSshCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceSshCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAbstractCredentialCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAbstractCredentialCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAbstractCredentialStoreCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAbstractCredentialStoreCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAbstractCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAbstractCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAbstractSSHCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAbstractSSHCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddNewPackagesDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddNewPackagesDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddPackagesDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddPackagesDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddPlainTextCredentialCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddPlainTextCredentialCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddPlaintextCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddPlaintextCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddRemoteCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddRemoteCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddRemoteDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddRemoteDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddRepositoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddRepositoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddSSHCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddSSHCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddTokenCredentialCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddTokenCredentialCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAddTokenCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAddTokenCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAdoptCommitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAdoptCommitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAnnouncement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAnnouncement.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAskForPlaintextCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAskForPlaintextCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipAskSSHCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipAskSSHCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBranchItem.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBranchItem.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBranchModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBranchModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBranchPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBranchPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBrowseCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBrowseCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBrowseCommitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBrowseCommitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBrowsePackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBrowsePackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCalculateDirtyPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCalculateDirtyPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCalculateDirtyPackagesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCalculateDirtyPackagesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutBranchDialog.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutBranchDialog.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutBranchPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutBranchPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutCommitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutCommitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutNewBranchCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutNewBranchCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutNewBranchPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutNewBranchPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutPreviewBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutPreviewBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutSelectedBranchCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutSelectedBranchCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCheckoutSelectedTagCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCheckoutSelectedTagCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCherryPickCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCherryPickCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCherrypickModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCherrypickModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCherrypickPreviewBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCherrypickPreviewBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCleanCommandGroupVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCleanCommandGroupVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommandToPresenterBuildingStrategy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommandToPresenterBuildingStrategy.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommentPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommentPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitDiffModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitDiffModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitInfoPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitInfoPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitRangeModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitRangeModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCommitishModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCommitishModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCopyCommitishCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCopyCommitishCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCreateTagCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCreateTagCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCreateTagPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCreateTagPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCredentialsSettings.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCredentialsSettings.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCredentialsStoreBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCredentialsStoreBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipCritiquesBeforeCommitBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipCritiquesBeforeCommitBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDeleteBranchCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDeleteBranchCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDeleteRemoteCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDeleteRemoteCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDeleteTagCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDeleteTagCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDescriptionDecorator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDescriptionDecorator.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDescriptionDecoratorHead.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDescriptionDecoratorHead.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDescriptionDecoratorModified.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDescriptionDecoratorModified.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDescriptionDecoratorNotLoaded.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDescriptionDecoratorNotLoaded.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiffEntryRemoved.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiffEntryRemoved.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiffModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiffModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiffPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiffPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiffPreviewModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiffPreviewModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiffRefreshed.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiffRefreshed.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiffSelectingPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiffSelectingPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDirectMergeType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDirectMergeType.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDirectoryPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDirectoryPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiscardAllChangesPreviewBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiscardAllChangesPreviewBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiscardAllModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiscardAllModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipDiscardChangesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipDiscardChangesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEditCredentialCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEditCredentialCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEditPlaintextCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEditPlaintextCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEditProjectDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEditProjectDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEditRepositoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEditRepositoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEditSSHCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEditSSHCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEditTokenCredentialsPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEditTokenCredentialsPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipEntityModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipEntityModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipErrorDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipErrorDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipExistingBranchPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipExistingBranchPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipFetchAllProjectCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipFetchAllProjectCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipFetchCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipFetchCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipFetchInPullCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipFetchInPullCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipFetchRemoteCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipFetchRemoteCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipFilePresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipFilePresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipForgetRepositoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipForgetRepositoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipGitProviderRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipGitProviderRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipGitRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipGitRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipGitUsernameAndEmailDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipGitUsernameAndEmailDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHiedraAltComponentHistoryBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHiedraAltComponentHistoryBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHiedraAltHistoryBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHiedraAltHistoryBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHiedraAltHistoryRowPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHiedraAltHistoryRowPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHiedraHistoryBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHiedraHistoryBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHistoryActionBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHistoryActionBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHistoryBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHistoryBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHistoryDiffFromHead.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHistoryDiffFromHead.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHistoryDiffToAncestor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHistoryDiffToAncestor.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHistoryDiffToHead.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHistoryDiffToHead.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipHistoryDiffUpdater.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipHistoryDiffUpdater.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipInspectCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipInspectCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipInstallVersionCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipInstallVersionCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipInteractiveCredentialsProvider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipInteractiveCredentialsProvider.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipLoadPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipLoadPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipLocalRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipLocalRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipLocationPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipLocationPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipManagePackagesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipManagePackagesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipManageRepositoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipManageRepositoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeBranchDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeBranchDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeBranchPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeBranchPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeHistoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeHistoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergePresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergePresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergePreviewBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergePreviewBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeSelectingPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeSelectingPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipMergeType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipMergeType.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipNewRepositoryPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipNewRepositoryPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipOpenNativelyCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipOpenNativelyCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipOptionDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipOptionDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPackageModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPackageModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPreviewBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPreviewBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPullBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPullBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPullCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPullCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPullModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPullModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPushAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPushAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPushBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPushBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPushCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPushCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipPushModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipPushModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipReadOnlyFormBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipReadOnlyFormBuilder.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRefreshCommitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRefreshCommitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRegisterRepositoryDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRegisterRepositoryDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipReloadPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipReloadPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoteActionBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoteActionBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoteActionCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoteActionCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoteActionModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoteActionModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoteModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoteModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemotesTreeCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemotesTreeCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoveCredentialCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoveCredentialCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoveFromRepositoryPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoveFromRepositoryPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemovePackageDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemovePackageDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRemoveRepositoryDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRemoveRepositoryDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairCheckoutBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairCheckoutBranch.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairCheckoutNewBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairCheckoutNewBranch.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairCloneRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairCloneRepository.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairCreateSubdirectory.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairCreateSubdirectory.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairDiscardAndLoad.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairDiscardAndLoad.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairEditRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairEditRepository.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairFetchRemoteBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairFetchRemoteBranch.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairLocateRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairLocateRepository.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairMergeWithBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairMergeWithBranch.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairProject.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairProject.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairPullRemoteBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairPullRemoteBranch.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepairRepositoryDialogPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepairRepositoryDialogPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoriesBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoriesBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoriesModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoriesModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoryBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoryBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoryCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoryCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoryGroupModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoryGroupModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoryGroupPanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoryGroupPanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoryModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoryModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRepositoryTypePanel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRepositoryTypePanel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipResetBranchToThisCommitCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipResetBranchToThisCommitCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipRevertChangeCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipRevertChangeCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSaveImageAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSaveImageAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSelectAllPackagesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSelectAllPackagesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSelectPackagesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSelectPackagesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSelectRemotePresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSelectRemotePresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSettingsCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSettingsCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSpCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSpCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipStandardAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipStandardAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipStatusDecorator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipStatusDecorator.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipStatusDecoratorError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipStatusDecoratorError.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipStatusDecoratorWarning.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipStatusDecoratorWarning.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipStyleContributor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipStyleContributor.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipSwitchAndMergeType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipSwitchAndMergeType.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTagDecorator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTagDecorator.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTagModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTagModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTextDecorator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTextDecorator.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTextDecoratorNone.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTextDecoratorNone.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipToolbarButtonStrategy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipToolbarButtonStrategy.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipToolbarPresenterBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipToolbarPresenterBuilder.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeBranch.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeCollapseCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeCollapseCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeExpandCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeExpandCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeGroup.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeGroup.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeItem.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeItem.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeNode.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeRemote.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeRepositoryGroup.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeRepositoryGroup.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipTreeTag.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipTreeTag.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipUnloadAndRemovePackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipUnloadAndRemovePackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipUnloadPackageCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipUnloadPackageCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipUnselectAllPackagesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipUnselectAllPackagesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipVersionHistoryBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipVersionHistoryBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipVersionHistoryModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipVersionHistoryModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipVersionModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipVersionModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipWorkingCopyBrowser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipWorkingCopyBrowser.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipWorkingCopyDiffModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipWorkingCopyDiffModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipWorkingCopyModel.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipWorkingCopyModel.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipWorkingCopyStatusBarPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipWorkingCopyStatusBarPresenter.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipWriteToFilesAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipWriteToFilesAction.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTipWriteToFilesCommand.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTipWriteToFilesCommand.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTokenCredentials.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTokenCredentials.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceTraitDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceTraitDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/IceWorkingCopy.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/IceWorkingCopy.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/LGitCredentialsPlaintext.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/LGitCredentialsPlaintext.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/MCAddition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/MCAddition.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/MCMergeResolutionRequest.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/MCMergeResolutionRequest.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/MCModification.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/MCModification.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/MCPatchOperation.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/MCPatchOperation.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/MCRemoval.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/MCRemoval.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/ManifestIcebergTipUI.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/ManifestIcebergTipUI.class.st -------------------------------------------------------------------------------- /Iceberg-TipUI/PharoDarkTheme.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/PharoDarkTheme.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/PharoShortcuts.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/PharoShortcuts.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/SpToolbarButtonPresenter.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/SpToolbarButtonPresenter.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/TIceCopyCommitId.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/TIceCopyCommitId.trait.st -------------------------------------------------------------------------------- /Iceberg-TipUI/TWithBranchModel.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/TWithBranchModel.trait.st -------------------------------------------------------------------------------- /Iceberg-TipUI/ToolShortcutsCategory.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-TipUI/ToolShortcutsCategory.extension.st -------------------------------------------------------------------------------- /Iceberg-TipUI/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-TipUI' } 2 | -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceRegistryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceRegistryTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipCollectionRepositoryProvider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipCollectionRepositoryProvider.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipCommitBrowserTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipCommitBrowserTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipCreateTagPanelTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipCreateTagPanelTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipEditProjectDialogTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipEditProjectDialogTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipHistoryBrowserTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipHistoryBrowserTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipMockSaveImageAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipMockSaveImageAction.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipPresenterMetaTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipPresenterMetaTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipRepositoriesBrowserTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipRepositoriesBrowserTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipRepositoryBrowserTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipRepositoryBrowserTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipRepositoryBrowserWithRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipRepositoryBrowserWithRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipUnknownCommitRepositoryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipUnknownCommitRepositoryTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipWorkingCopyBrowserTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipWorkingCopyBrowserTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/IceTipWorkingCopyBrowserWithRemoteTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg-UI-Tests/IceTipWorkingCopyBrowserWithRemoteTest.class.st -------------------------------------------------------------------------------- /Iceberg-UI-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg-UI-Tests' } 2 | -------------------------------------------------------------------------------- /Iceberg/CannotIdentifyVersionForCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/CannotIdentifyVersionForCommit.class.st -------------------------------------------------------------------------------- /Iceberg/DateAndTime.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/DateAndTime.extension.st -------------------------------------------------------------------------------- /Iceberg/FileSystemDirectoryEntry.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/FileSystemDirectoryEntry.extension.st -------------------------------------------------------------------------------- /Iceberg/IceAbstractCommitWalk.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAbstractCommitWalk.class.st -------------------------------------------------------------------------------- /Iceberg/IceAbstractCredentials.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAbstractCredentials.class.st -------------------------------------------------------------------------------- /Iceberg/IceAbstractNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAbstractNode.class.st -------------------------------------------------------------------------------- /Iceberg/IceAbstractProject.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAbstractProject.class.st -------------------------------------------------------------------------------- /Iceberg/IceAddition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAddition.class.st -------------------------------------------------------------------------------- /Iceberg/IceAnnouncement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAnnouncement.class.st -------------------------------------------------------------------------------- /Iceberg/IceAnnouncer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAnnouncer.class.st -------------------------------------------------------------------------------- /Iceberg/IceAsDependencyVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAsDependencyVisitor.class.st -------------------------------------------------------------------------------- /Iceberg/IceAttachedSingleVersionWorkingCopy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAttachedSingleVersionWorkingCopy.class.st -------------------------------------------------------------------------------- /Iceberg/IceAuthenticationError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceAuthenticationError.class.st -------------------------------------------------------------------------------- /Iceberg/IceBackendWriterAdapter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceBackendWriterAdapter.class.st -------------------------------------------------------------------------------- /Iceberg/IceBasicProject.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceBasicProject.class.st -------------------------------------------------------------------------------- /Iceberg/IceBasicProjectReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceBasicProjectReader.class.st -------------------------------------------------------------------------------- /Iceberg/IceBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceBranch.class.st -------------------------------------------------------------------------------- /Iceberg/IceBranchAlreadyExists.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceBranchAlreadyExists.class.st -------------------------------------------------------------------------------- /Iceberg/IceChange.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceChange.class.st -------------------------------------------------------------------------------- /Iceberg/IceChangeImporter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceChangeImporter.class.st -------------------------------------------------------------------------------- /Iceberg/IceChangeSetChanged.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceChangeSetChanged.class.st -------------------------------------------------------------------------------- /Iceberg/IceCheckoutAllPackages.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCheckoutAllPackages.class.st -------------------------------------------------------------------------------- /Iceberg/IceCheckoutAlreadyLoadedPackages.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCheckoutAlreadyLoadedPackages.class.st -------------------------------------------------------------------------------- /Iceberg/IceCheckoutConflictError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCheckoutConflictError.class.st -------------------------------------------------------------------------------- /Iceberg/IceCheckoutDoNotLoadPackages.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCheckoutDoNotLoadPackages.class.st -------------------------------------------------------------------------------- /Iceberg/IceCheckoutSelectedPackages.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCheckoutSelectedPackages.class.st -------------------------------------------------------------------------------- /Iceberg/IceCheckoutStrategy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCheckoutStrategy.class.st -------------------------------------------------------------------------------- /Iceberg/IceCherrypicker.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCherrypicker.class.st -------------------------------------------------------------------------------- /Iceberg/IceCherrypickerDiffPruner.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCherrypickerDiffPruner.class.st -------------------------------------------------------------------------------- /Iceberg/IceCherrypickerInitialDependenciesCollector.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCherrypickerInitialDependenciesCollector.class.st -------------------------------------------------------------------------------- /Iceberg/IceClassDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceClassDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceClassDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceClassDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceCodeDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCodeDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCommit.class.st -------------------------------------------------------------------------------- /Iceberg/IceCommited.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCommited.class.st -------------------------------------------------------------------------------- /Iceberg/IceCommitish.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCommitish.class.st -------------------------------------------------------------------------------- /Iceberg/IceConflictingOperation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceConflictingOperation.class.st -------------------------------------------------------------------------------- /Iceberg/IceCredentialStore.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCredentialStore.class.st -------------------------------------------------------------------------------- /Iceberg/IceCredentialsProvider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCredentialsProvider.class.st -------------------------------------------------------------------------------- /Iceberg/IceCritiquesVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCritiquesVisitor.class.st -------------------------------------------------------------------------------- /Iceberg/IceCypressPropertiesChange.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceCypressPropertiesChange.class.st -------------------------------------------------------------------------------- /Iceberg/IceDefinedDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDefinedDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceDependencyEnvironment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDependencyEnvironment.class.st -------------------------------------------------------------------------------- /Iceberg/IceDiff.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDiff.class.st -------------------------------------------------------------------------------- /Iceberg/IceDirectoryDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDirectoryDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceDuplicatedRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceDuplicatedRepository.class.st -------------------------------------------------------------------------------- /Iceberg/IceEmptyMerge.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceEmptyMerge.class.st -------------------------------------------------------------------------------- /Iceberg/IceEmptyNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceEmptyNode.class.st -------------------------------------------------------------------------------- /Iceberg/IceEmptyWorkingCopy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceEmptyWorkingCopy.class.st -------------------------------------------------------------------------------- /Iceberg/IceError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceError.class.st -------------------------------------------------------------------------------- /Iceberg/IceErrorVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceErrorVisitor.class.st -------------------------------------------------------------------------------- /Iceberg/IceExperimentalFeature.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceExperimentalFeature.class.st -------------------------------------------------------------------------------- /Iceberg/IceExtendedClassDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceExtendedClassDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceExtensionDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceExtensionDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceExternalJob.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceExternalJob.class.st -------------------------------------------------------------------------------- /Iceberg/IceFileDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceFileDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceFileSystemDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceFileSystemDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceGenericError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceGenericError.class.st -------------------------------------------------------------------------------- /Iceberg/IceGitCheckoutProgress.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceGitCheckoutProgress.class.st -------------------------------------------------------------------------------- /Iceberg/IceGitTransferProgress.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceGitTransferProgress.class.st -------------------------------------------------------------------------------- /Iceberg/IceGitUsernameOrEmailNotFound.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceGitUsernameOrEmailNotFound.class.st -------------------------------------------------------------------------------- /Iceberg/IceHistory.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceHistory.class.st -------------------------------------------------------------------------------- /Iceberg/IceHistoryCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceHistoryCommit.class.st -------------------------------------------------------------------------------- /Iceberg/IceHttpsProtocol.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceHttpsProtocol.class.st -------------------------------------------------------------------------------- /Iceberg/IceImageChange.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceImageChange.class.st -------------------------------------------------------------------------------- /Iceberg/IceInMergeWorkingCopy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceInMergeWorkingCopy.class.st -------------------------------------------------------------------------------- /Iceberg/IceIndex.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceIndex.class.st -------------------------------------------------------------------------------- /Iceberg/IceInvalidProject.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceInvalidProject.class.st -------------------------------------------------------------------------------- /Iceberg/IceInvalidProjectReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceInvalidProjectReader.class.st -------------------------------------------------------------------------------- /Iceberg/IceLocalBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceLocalBranch.class.st -------------------------------------------------------------------------------- /Iceberg/IceLocalRepositoryMissing.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceLocalRepositoryMissing.class.st -------------------------------------------------------------------------------- /Iceberg/IceLog.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceLog.class.st -------------------------------------------------------------------------------- /Iceberg/IceLogVersion.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceLogVersion.class.st -------------------------------------------------------------------------------- /Iceberg/IceMCDefinitionImporter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMCDefinitionImporter.class.st -------------------------------------------------------------------------------- /Iceberg/IceMCPackageImporter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMCPackageImporter.class.st -------------------------------------------------------------------------------- /Iceberg/IceMCVersionInfo.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMCVersionInfo.class.st -------------------------------------------------------------------------------- /Iceberg/IceMerge.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMerge.class.st -------------------------------------------------------------------------------- /Iceberg/IceMergeAborted.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMergeAborted.class.st -------------------------------------------------------------------------------- /Iceberg/IceMergeResolutionRequest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMergeResolutionRequest.class.st -------------------------------------------------------------------------------- /Iceberg/IceMergeToChangeTreeVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMergeToChangeTreeVisitor.class.st -------------------------------------------------------------------------------- /Iceberg/IceMetacelloDuplicatedNotification.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMetacelloDuplicatedNotification.class.st -------------------------------------------------------------------------------- /Iceberg/IceMetacelloProjectRegistration.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMetacelloProjectRegistration.class.st -------------------------------------------------------------------------------- /Iceberg/IceMetacelloRepositoryAdapter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMetacelloRepositoryAdapter.class.st -------------------------------------------------------------------------------- /Iceberg/IceMetaclassDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMetaclassDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceMethodContainerDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMethodContainerDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceMethodDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMethodDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceMethodDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMethodDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceMissingRepositoryEntry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceMissingRepositoryEntry.class.st -------------------------------------------------------------------------------- /Iceberg/IceModification.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceModification.class.st -------------------------------------------------------------------------------- /Iceberg/IceNoCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNoCommit.class.st -------------------------------------------------------------------------------- /Iceberg/IceNoModification.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNoModification.class.st -------------------------------------------------------------------------------- /Iceberg/IceNoRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNoRemote.class.st -------------------------------------------------------------------------------- /Iceberg/IceNoRemoteBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNoRemoteBranch.class.st -------------------------------------------------------------------------------- /Iceberg/IceNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNode.class.st -------------------------------------------------------------------------------- /Iceberg/IceNodeQuery.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNodeQuery.class.st -------------------------------------------------------------------------------- /Iceberg/IceNonConflictingOperation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNonConflictingOperation.class.st -------------------------------------------------------------------------------- /Iceberg/IceNonInteractiveCredentialsProvider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNonInteractiveCredentialsProvider.class.st -------------------------------------------------------------------------------- /Iceberg/IceNotInBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNotInBranch.class.st -------------------------------------------------------------------------------- /Iceberg/IceNothingToCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNothingToCommit.class.st -------------------------------------------------------------------------------- /Iceberg/IceNullCommitWalk.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceNullCommitWalk.class.st -------------------------------------------------------------------------------- /Iceberg/IceOperation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceOperation.class.st -------------------------------------------------------------------------------- /Iceberg/IceOperationMerge.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceOperationMerge.class.st -------------------------------------------------------------------------------- /Iceberg/IcePackage.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePackage.class.st -------------------------------------------------------------------------------- /Iceberg/IcePackageDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePackageDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IcePackageDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePackageDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IcePackageLoaded.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePackageLoaded.class.st -------------------------------------------------------------------------------- /Iceberg/IcePackageUnloaded.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePackageUnloaded.class.st -------------------------------------------------------------------------------- /Iceberg/IcePlaintextCredentials.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePlaintextCredentials.class.st -------------------------------------------------------------------------------- /Iceberg/IcePlaintextOtpCredentials.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePlaintextOtpCredentials.class.st -------------------------------------------------------------------------------- /Iceberg/IceProjectChange.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceProjectChange.class.st -------------------------------------------------------------------------------- /Iceberg/IceProjectReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceProjectReader.class.st -------------------------------------------------------------------------------- /Iceberg/IceProxyMCVersionInfo.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceProxyMCVersionInfo.class.st -------------------------------------------------------------------------------- /Iceberg/IcePushTransferProgress.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePushTransferProgress.class.st -------------------------------------------------------------------------------- /Iceberg/IcePushed.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IcePushed.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemote.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemoteAlreadyExistsError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemoteAlreadyExistsError.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemoteBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemoteBranch.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemoteDesynchronized.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemoteDesynchronized.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemoteNotFoundError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemoteNotFoundError.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemoteWithOnlyHostname.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemoteWithOnlyHostname.class.st -------------------------------------------------------------------------------- /Iceberg/IceRemoval.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRemoval.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepository.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepository.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepositoryAnnouncement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepositoryAnnouncement.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepositoryCreated.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepositoryCreated.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepositoryForgotten.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepositoryForgotten.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepositoryModified.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepositoryModified.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepositoryRegistryAnnouncement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepositoryRegistryAnnouncement.class.st -------------------------------------------------------------------------------- /Iceberg/IceRepositoryRegistryModified.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRepositoryRegistryModified.class.st -------------------------------------------------------------------------------- /Iceberg/IceRootDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceRootDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceSSHProtocol.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceSSHProtocol.class.st -------------------------------------------------------------------------------- /Iceberg/IceSavedPackageVersion.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceSavedPackageVersion.class.st -------------------------------------------------------------------------------- /Iceberg/IceShouldCommitBeforePull.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceShouldCommitBeforePull.class.st -------------------------------------------------------------------------------- /Iceberg/IceSshCredentials.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceSshCredentials.class.st -------------------------------------------------------------------------------- /Iceberg/IceSystemEventListener.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceSystemEventListener.class.st -------------------------------------------------------------------------------- /Iceberg/IceTag.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTag.class.st -------------------------------------------------------------------------------- /Iceberg/IceTagAlreadyExists.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTagAlreadyExists.class.st -------------------------------------------------------------------------------- /Iceberg/IceTagNotFound.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTagNotFound.class.st -------------------------------------------------------------------------------- /Iceberg/IceTipCommitSettings.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTipCommitSettings.class.st -------------------------------------------------------------------------------- /Iceberg/IceTokenCredentials.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTokenCredentials.class.st -------------------------------------------------------------------------------- /Iceberg/IceTraitDefinition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTraitDefinition.class.st -------------------------------------------------------------------------------- /Iceberg/IceTraitDependency.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTraitDependency.class.st -------------------------------------------------------------------------------- /Iceberg/IceTreeMerger.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTreeMerger.class.st -------------------------------------------------------------------------------- /Iceberg/IceTreeVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceTreeVisitor.class.st -------------------------------------------------------------------------------- /Iceberg/IceUnbornBranch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUnbornBranch.class.st -------------------------------------------------------------------------------- /Iceberg/IceUnbornProject.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUnbornProject.class.st -------------------------------------------------------------------------------- /Iceberg/IceUnbornProjectReader.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUnbornProjectReader.class.st -------------------------------------------------------------------------------- /Iceberg/IceUndefinedRemote.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUndefinedRemote.class.st -------------------------------------------------------------------------------- /Iceberg/IceUnknownCommit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUnknownCommit.class.st -------------------------------------------------------------------------------- /Iceberg/IceUnknownVersionWorkingCopy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUnknownVersionWorkingCopy.class.st -------------------------------------------------------------------------------- /Iceberg/IceUpstreamNotConfigured.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUpstreamNotConfigured.class.st -------------------------------------------------------------------------------- /Iceberg/IceUrlBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUrlBuilder.class.st -------------------------------------------------------------------------------- /Iceberg/IceUrlProtocol.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceUrlProtocol.class.st -------------------------------------------------------------------------------- /Iceberg/IceVersionDoesNotExist.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceVersionDoesNotExist.class.st -------------------------------------------------------------------------------- /Iceberg/IceWarning.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceWarning.class.st -------------------------------------------------------------------------------- /Iceberg/IceWorkingCopy.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceWorkingCopy.class.st -------------------------------------------------------------------------------- /Iceberg/IceWorkingCopyDesyncronized.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceWorkingCopyDesyncronized.class.st -------------------------------------------------------------------------------- /Iceberg/IceWorkingCopyPatcherVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceWorkingCopyPatcherVisitor.class.st -------------------------------------------------------------------------------- /Iceberg/IceWorkingCopyState.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceWorkingCopyState.class.st -------------------------------------------------------------------------------- /Iceberg/IceWrongUrl.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/IceWrongUrl.class.st -------------------------------------------------------------------------------- /Iceberg/Iceberg.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/Iceberg.class.st -------------------------------------------------------------------------------- /Iceberg/LGitCommit.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitCommit.extension.st -------------------------------------------------------------------------------- /Iceberg/LGitCredentialsPlaintext.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitCredentialsPlaintext.extension.st -------------------------------------------------------------------------------- /Iceberg/LGitCredentialsSSH.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitCredentialsSSH.extension.st -------------------------------------------------------------------------------- /Iceberg/LGitDiff.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitDiff.extension.st -------------------------------------------------------------------------------- /Iceberg/LGitReturnCodeEnum.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitReturnCodeEnum.extension.st -------------------------------------------------------------------------------- /Iceberg/LGitTag.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitTag.extension.st -------------------------------------------------------------------------------- /Iceberg/LGitTreeEntry.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/LGitTreeEntry.extension.st -------------------------------------------------------------------------------- /Iceberg/MCBitbucketRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCBitbucketRepository.extension.st -------------------------------------------------------------------------------- /Iceberg/MCClassDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCClassDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg/MCClassTraitDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCClassTraitDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg/MCDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg/MCGitBasedNetworkRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCGitBasedNetworkRepository.extension.st -------------------------------------------------------------------------------- /Iceberg/MCGitHubRepository.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCGitHubRepository.extension.st -------------------------------------------------------------------------------- /Iceberg/MCMethodDefinition.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCMethodDefinition.extension.st -------------------------------------------------------------------------------- /Iceberg/MCPatcher.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCPatcher.extension.st -------------------------------------------------------------------------------- /Iceberg/MCWorkingCopy.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MCWorkingCopy.extension.st -------------------------------------------------------------------------------- /Iceberg/ManifestIceberg.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/ManifestIceberg.class.st -------------------------------------------------------------------------------- /Iceberg/MetacelloResolveProjectUpgrade.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/Iceberg/MetacelloResolveProjectUpgrade.extension.st -------------------------------------------------------------------------------- /Iceberg/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : 'Iceberg' } 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/README.md -------------------------------------------------------------------------------- /docs/Authentication-Credentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Authentication-Credentials.md -------------------------------------------------------------------------------- /docs/Background.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Background.md -------------------------------------------------------------------------------- /docs/Branching-and-Merging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Branching-and-Merging.md -------------------------------------------------------------------------------- /docs/Contributing-to-Iceberg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Contributing-to-Iceberg.md -------------------------------------------------------------------------------- /docs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/FAQ.md -------------------------------------------------------------------------------- /docs/Home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Home.md -------------------------------------------------------------------------------- /docs/Hotfixes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Hotfixes.md -------------------------------------------------------------------------------- /docs/How-to-help-us,-What-you-could-contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/How-to-help-us,-What-you-could-contribute.md -------------------------------------------------------------------------------- /docs/Iceberg-glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Iceberg-glossary.md -------------------------------------------------------------------------------- /docs/Metacello-Support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Metacello-Support.md -------------------------------------------------------------------------------- /docs/Recovering-Code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Recovering-Code.md -------------------------------------------------------------------------------- /docs/The-Working-Copy(ies).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/The-Working-Copy(ies).md -------------------------------------------------------------------------------- /docs/Tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/Tutorial.md -------------------------------------------------------------------------------- /docs/images/1.repository-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/1.repository-missing.png -------------------------------------------------------------------------------- /docs/images/2.repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/2.repair.png -------------------------------------------------------------------------------- /docs/images/3.repair-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/3.repair-missing.png -------------------------------------------------------------------------------- /docs/images/4.clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/4.clone.png -------------------------------------------------------------------------------- /docs/images/5.fetch-required.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/5.fetch-required.png -------------------------------------------------------------------------------- /docs/images/6.repair-fetch-required.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/6.repair-fetch-required.png -------------------------------------------------------------------------------- /docs/images/7.detached-working-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/7.detached-working-copy.png -------------------------------------------------------------------------------- /docs/images/8.create-new-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/8.create-new-branch.png -------------------------------------------------------------------------------- /docs/images/hotfix-2commits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-2commits.png -------------------------------------------------------------------------------- /docs/images/hotfix-3branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-3branches.png -------------------------------------------------------------------------------- /docs/images/hotfix-branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-branches.png -------------------------------------------------------------------------------- /docs/images/hotfix-checkout branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-checkout branch.png -------------------------------------------------------------------------------- /docs/images/hotfix-checkout104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-checkout104.png -------------------------------------------------------------------------------- /docs/images/hotfix-commit bugfix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-commit bugfix.png -------------------------------------------------------------------------------- /docs/images/hotfix-commit code change in hotfix branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-commit code change in hotfix branch.png -------------------------------------------------------------------------------- /docs/images/hotfix-createbranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-createbranch.png -------------------------------------------------------------------------------- /docs/images/hotfix-merge hotfix into 104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-merge hotfix into 104.png -------------------------------------------------------------------------------- /docs/images/hotfix-preview master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-preview master.png -------------------------------------------------------------------------------- /docs/images/hotfix-preview merge master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-preview merge master.png -------------------------------------------------------------------------------- /docs/images/hotfix-preview of merge 104 .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-preview of merge 104 .png -------------------------------------------------------------------------------- /docs/images/hotfix-preview104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-preview104.png -------------------------------------------------------------------------------- /docs/images/hotfix-push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-push.png -------------------------------------------------------------------------------- /docs/images/hotfix-repomanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-repomanager.png -------------------------------------------------------------------------------- /docs/images/hotfix-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/hotfix-repository.png -------------------------------------------------------------------------------- /docs/images/tutorial-add-package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-add-package.png -------------------------------------------------------------------------------- /docs/images/tutorial-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-commit.png -------------------------------------------------------------------------------- /docs/images/tutorial-config-set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-config-set.png -------------------------------------------------------------------------------- /docs/images/tutorial-new-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-new-repository.png -------------------------------------------------------------------------------- /docs/images/tutorial-push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-push.png -------------------------------------------------------------------------------- /docs/images/tutorial-repositories-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-repositories-browser.png -------------------------------------------------------------------------------- /docs/images/tutorial-repository-inspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/docs/images/tutorial-repository-inspect.png -------------------------------------------------------------------------------- /git_cookbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/git_cookbook.md -------------------------------------------------------------------------------- /iceberg_test.key.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/iceberg_test.key.enc -------------------------------------------------------------------------------- /scripts/postLoading.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/scripts/postLoading.st -------------------------------------------------------------------------------- /scripts/preLoading.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/scripts/preLoading.st -------------------------------------------------------------------------------- /scripts/preTesting.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/scripts/preTesting.st -------------------------------------------------------------------------------- /scripts/sync-wiki.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/scripts/sync-wiki.sh -------------------------------------------------------------------------------- /scripts/testUpdateIceberg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-vcs/iceberg/HEAD/scripts/testUpdateIceberg.sh --------------------------------------------------------------------------------