gitlib-2.1.0.0: API library for working with Git repositories

Safe HaskellNone

Git.Commit

Documentation

listCommitsSource

Arguments

:: Repository m 
=> Maybe (CommitOid m)

A commit we may already have

-> CommitOid m

The commit we need

-> m [CommitOid m]

All the objects in between

traverseCommits :: Repository m => (CommitOid m -> m a) -> CommitOid m -> m [a]Source

traverseCommits_ :: Repository m => (CommitOid m -> m ()) -> CommitOid m -> m ()Source