Skip to content

hide

Mark a commit as not of interest to this revwalk.

Signature

ts
class Revwalk {
  hide(oid: string): this;
}

Parameters

  • oidrequired · string

    Marked commit OID as not of interest of this revwalk.

Released under the MIT License.