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
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