Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmAmendSupport {
        getInitialAmendingCommits(
            amendingHeadCommitId: string,
            latestCommitId: undefined | string,
        ): Promise<ScmCommit[]>;
        getLastCommit(): Promise<undefined | ScmCommit>;
        getMessage(commit: string): Promise<string>;
        reset(commit: string): Promise<void>;
    }
    Index

    Methods