Package

org.combinators

jgitserv

Permalink

package jgitserv

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BranchTransaction extends AnyRef

    Permalink

    Bundles multiple Git commands into a sequence of actions, which are later materialized in a given git repository.

    Bundles multiple Git commands into a sequence of actions, which are later materialized in a given git repository.

    See also

    org.combinators.jgitserv.BranchTransaction$ on ways to start a transaction.

  2. class GitService extends IOApp

    Permalink

    A simple endpoint to host Git repositories.

    A simple endpoint to host Git repositories.

    Uses the "dumb" protocol, which means repositories cannot be written to externally. The repository is stored in the system's temporary directory and its contents will be lost when the server stops.

    See also

    This tutorial on how to set the temporary directory for repositories.

  3. trait ResourcePersistableInstances extends AnyRef

    Permalink

Value Members

  1. object BranchTransaction

    Permalink

    Provides entry points to start a new org.combinators.jgitserv.BranchTransaction

  2. object ResourcePersistable extends ResourcePersistableInstances

    Permalink

Ungrouped