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_test.go
Age
Commit message (
Expand
)
Author
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
Make `TestApplyDiffAddFile()` explicitly `.Free()` stuff (#661)
lhchavez
2020-08-18
More diff functionality (#629)
michael boulton
2016-08-27
Run the tests in parallel
Carlos Martín Nieto
2015-06-29
Add DiffBlobs
Carlos Martín Nieto
2015-04-24
tests: always clean up temporary repository dirs
Patrick Steinhardt
2015-01-04
Add git_diff_get_stats()
Henning Perl
2014-12-30
heed DiffOptions fields OldPrefix and NewPrefix
Quinn Slack
2014-11-26
Integrated git_diff_find_similar
Jochen Hilgers
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
refactor and cleanup code
Jesse Ezell
2014-03-20
cleanup and refactor diff / patch
Jesse Ezell