summaryrefslogtreecommitdiff
path: root/diff.go
AgeCommit message (Expand)Author
2014-03-20cleanup and refactor diff / patchJesse Ezell
2014-02-26Actually type constants; unwrap DiffFile, DiffDelta, DiffHunk.lye
2014-02-26Bundle consts more idiomatically; add GitLineType alias.lye
2014-02-26Unwrap DiffLine; add types for git_diff_flag_t and git_delta_t.lye
2014-02-23Pre-emptively copy data when marshalling diff callback data.lye
2014-02-23Export the constants and enumerations for diffs.lye
2014-02-20Add partial diff/patch functionality.lye