Class DiffController

Class Documentation

class DiffController

Executes diff operations between commits.

Public Functions

bool CommitToCommit(git_repository *repo, git_oid newID, git_oid oldID)

Compare two commits.

bool CommitToNow(git_repository *repo, git_oid oldID)

Compare a commit with the working directory.

bool execute(DiffResult *res)

Run the diff and fill the result structure.

DiffController()
~DiffController()