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
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
2014-02-23
Pre-emptively copy data when marshalling diff callback data.
lye
2014-02-23
Export the constants and enumerations for diffs.
lye
2014-02-20
Add partial diff/patch functionality.
lye