Function uploadPack

  • Obtains a list of all the refs in the repository and formats it.

    Parameters

    • __namedParameters: {
          advertiseRefs: boolean;
          dir?: string;
          fs: EncryptedFS;
          gitdir?: string;
      }
      • advertiseRefs: boolean
      • Optional dir?: string
      • fs: EncryptedFS
      • Optional gitdir?: string

    Returns Promise<Buffer[]>

Generated using TypeDoc