Skip to content

revwalk

Create a revwalk that can be used to traverse the commit graph.

Signature

ts
class Repository {
  revwalk(): Revwalk;
}

Returns

  • Revwalk

    Revwalk to traverse the commit graph in this repository.

Released under the MIT License.