index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2021-09-04
Add DiffIgnoreWitespaceEol and deprecate DiffIgnoreWitespaceEol (#774)
Gustav Westling
2020-12-10
More callback refactoring (#713)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-10-23
apply: Add bindings for git_apply_to_tree (#657)
Sami Hiltunen
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2020-08-18
More diff functionality (#629)
michael boulton
2020-06-21
Fix a potential use-after-free in DiffNotifyCallback (#579)
lhchavez
2020-05-09
refactor: Rename methods with Get prefix
Suhaib Mujahid
2020-02-23
Fix the DiffFlag type
lhchavez
2020-02-12
Merge pull request #523 from josharian/diff-stringers
lhchavez
2019-08-27
provide param names in DiffForEachFileCallback
Josh Bleecher Snyder
2019-08-27
make Delta and DiffLineType stringers
Josh Bleecher Snyder
2019-05-29
Add Diff.ToBuf wrapping git_diff_to_buf
Segev Finer
2018-08-08
Remove uses of deprecated git_buf_free
Carlos Martín Nieto
2018-01-17
diff: add two missing options
Carlos Martín Nieto
2017-07-08
Second round of keep-alives
Carlos Martín Nieto
2016-08-27
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2016-06-19
diff: Add DiffStats String
Travis Lane
2016-03-29
Add unimplemented diff delta/flag values.
Hans Rødtang
2016-03-29
Add "Conflicted" git.Delta and git.Status.
Hans Rødtang
2016-03-11
add DiffTreeToIndex
Hiroshi Ioka
2016-02-17
Upgrade to libgit2 to 0f9d15493d5d8ad4353dd7beed52c9567334f6e5
Han-Wen Nienhuys
2015-06-29
Add DiffBlobs
Carlos Martín Nieto
2015-06-29
diff: remove unnecessary args to Hunk and Line ctors
Carlos Martín Nieto
2015-05-22
diff: only untrack notify payload when it is set
Patrick Steinhardt
2015-05-22
diff: use HandleList for C function callbacks.
Patrick Steinhardt
2015-03-23
Add DiffIndexToWorkdir
Mark Probst
2015-03-23
Add DiffTreeToWorkdirWithIndex
Mark Probst
2015-01-04
Add git_diff_get_stats()
Henning Perl
2014-12-30
heed DiffOptions fields OldPrefix and NewPrefix
Quinn Slack
2014-12-06
Export PatchFromBuffers function.
Jose Alvarez
2014-12-06
Add the newer missing thread-locking instances
Carlos Martín Nieto
2014-12-06
Add missing thread locking
Carlos Martín Nieto
2014-12-06
Merge pull request #141 from jochil/git_diff_find_similar
Carlos Martín Nieto
2014-12-03
Update to master
Carlos Martín Nieto
2014-11-26
Integrated git_diff_find_similar
Jochen Hilgers
2014-11-13
Expose DiffTreeToWorkdir function
joseferminj
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-04-04
use cast_ptr instead of ptr for travis go tip build
Jesse Ezell
2014-03-26
fix go 1.0 compile error
Jesse Ezell
2014-03-21
don't expose 3 different diff foreach methods. use structures instead of poin...
Jesse Ezell
2014-03-21
Allow diff.ForEach to enumerate files, hunks, and lines with single call. Sup...
Jesse Ezell
2014-03-20
set ptr to nil after free
Jesse Ezell
2014-03-20
refactor and cleanup code
Jesse Ezell
2014-03-20
cleanup and refactor diff / patch
Jesse Ezell
2014-02-26
Actually type constants; unwrap DiffFile, DiffDelta, DiffHunk.
lye
2014-02-26
Bundle consts more idiomatically; add GitLineType alias.
lye
2014-02-26
Unwrap DiffLine; add types for git_diff_flag_t and git_delta_t.
lye
[next]