Bluestep JS Documentation
    Preparing search index...

    Interface GitSnapshotOptions

    Options for B.git.repo.from(source, options), which constructs a repository from live content rather than connecting to one.

    interface GitSnapshotOptions {
        alias?: string;
        onNonText?: "include" | "skip" | "fail";
        pathPrefix?: string;
    }
    Index
    alias?: string

    Name the model uses for this mount. Required when mounting on an agent.

    onNonText?: "include" | "skip" | "fail"

    What becomes of a file that is not UTF-8 text: "include" (the default), "skip", or "fail". Free here — the walk has already read every file in order to hash it, so classification costs nothing extra.

    pathPrefix?: string

    Expose only this subtree of the snapshot, e.g. "correspondence/". Same meaning as on a forge mount.