Class: Commit
Class Name | Commit |
---|---|
Superclass | Treeish |
File | src/models/commit.coffee |
Description
Represents a git commit object.
Constructs a new instance of Commit.
Argument | Description |
---|---|
raw | The raw commit data as String. |
repo | The repository as PromisedGit. |