Function packObjects

  • This when given a list of refs works out the missing commits and sends them over as a stream.

    Parameters

    • __namedParameters: {
          depth?: number;
          dir: string;
          fs: EncryptedFS;
          gitdir: string;
          haves?: string[];
          refs: string[];
      }
      • Optional depth?: number
      • dir: string
      • fs: EncryptedFS
      • gitdir: string
      • Optional haves?: string[]
      • refs: string[]

    Returns Promise<Pack>

Generated using TypeDoc