Skip to content

reset

Reset a revwalk to allow re-configuring it.

The revwalk is automatically reset when iteration of its commits completes.

Signature

ts
class Revwalk {
  reset(): this;
}

Released under the MIT License.