summaryrefslogtreecommitdiff
path: root/diff.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2021-09-04Add DiffIgnoreWitespaceEol and deprecate DiffIgnoreWitespaceEol (#774)Gustav Westling
2020-12-10More callback refactoring (#713)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-10-23apply: Add bindings for git_apply_to_tree (#657)Sami Hiltunen
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2020-08-18More diff functionality (#629)michael boulton
2020-06-21Fix a potential use-after-free in DiffNotifyCallback (#579)lhchavez
2020-05-09refactor: Rename methods with Get prefixSuhaib Mujahid
2020-02-23Fix the DiffFlag typelhchavez
2020-02-12Merge pull request #523 from josharian/diff-stringerslhchavez
2019-08-27provide param names in DiffForEachFileCallbackJosh Bleecher Snyder
2019-08-27make Delta and DiffLineType stringersJosh Bleecher Snyder
2019-05-29Add Diff.ToBuf wrapping git_diff_to_bufSegev Finer
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2018-01-17diff: add two missing optionsCarlos Martín Nieto
2017-07-08Second round of keep-alivesCarlos Martín Nieto
2016-08-27Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2016-06-19diff: Add DiffStats StringTravis Lane
2016-03-29Add unimplemented diff delta/flag values.Hans Rødtang
2016-03-29Add "Conflicted" git.Delta and git.Status.Hans Rødtang
2016-03-11add DiffTreeToIndexHiroshi Ioka
2016-02-17Upgrade to libgit2 to 0f9d15493d5d8ad4353dd7beed52c9567334f6e5Han-Wen Nienhuys
2015-06-29Add DiffBlobsCarlos Martín Nieto
2015-06-29diff: remove unnecessary args to Hunk and Line ctorsCarlos Martín Nieto
2015-05-22diff: only untrack notify payload when it is setPatrick Steinhardt
2015-05-22diff: use HandleList for C function callbacks.Patrick Steinhardt
2015-03-23Add DiffIndexToWorkdirMark Probst
2015-03-23Add DiffTreeToWorkdirWithIndexMark Probst
2015-01-04Add git_diff_get_stats()Henning Perl
2014-12-30heed DiffOptions fields OldPrefix and NewPrefixQuinn Slack
2014-12-06Export PatchFromBuffers function.Jose Alvarez
2014-12-06Add the newer missing thread-locking instancesCarlos Martín Nieto
2014-12-06Add missing thread lockingCarlos Martín Nieto
2014-12-06Merge pull request #141 from jochil/git_diff_find_similarCarlos Martín Nieto
2014-12-03Update to masterCarlos Martín Nieto
2014-11-26Integrated git_diff_find_similarJochen Hilgers
2014-11-13Expose DiffTreeToWorkdir functionjoseferminj
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-04-04use cast_ptr instead of ptr for travis go tip buildJesse Ezell
2014-03-26fix go 1.0 compile errorJesse Ezell
2014-03-21don't expose 3 different diff foreach methods. use structures instead of poin...Jesse Ezell
2014-03-21Allow diff.ForEach to enumerate files, hunks, and lines with single call. Sup...Jesse Ezell
2014-03-20set ptr to nil after freeJesse Ezell
2014-03-20refactor and cleanup codeJesse Ezell
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