Classes
LodashExtended
Actor
Amend
Branch
Commit
Diff
File
Status
Tag
Treeish
PromisedGit
Files
README
Class: Diff
Class Name
Diff
Superclass
Object
File
src/models/diff.coffee
Description
Represents the diffs of a file.
::constructor(path, raw)
Constructs a new instance of
Diff
.
Argument
Description
path
The path to the fill that was diffed as
String
.
raw
The raw diff data as
String
.