Skip to content

hideRef

Hide the OID pointed to by a reference.

Signature

ts
class Revwalk {
  hideRef(reference: string): this;
}

Parameters

  • referencerequired · string

    The reference must point to a commitish.

Released under the MIT License.