summaryrefslogtreecommitdiff
path: root/diff_test.go
AgeCommit message (Expand)Author
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-22Make `TestApplyDiffAddFile()` explicitly `.Free()` stuff (#661)lhchavez
2020-08-18More diff functionality (#629)michael boulton
2016-08-27Run the tests in parallelCarlos Martín Nieto
2015-06-29Add DiffBlobsCarlos Martín Nieto
2015-04-24tests: always clean up temporary repository dirsPatrick Steinhardt
2015-01-04Add git_diff_get_stats()Henning Perl
2014-12-30heed DiffOptions fields OldPrefix and NewPrefixQuinn Slack
2014-11-26Integrated git_diff_find_similarJochen Hilgers
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-20refactor and cleanup codeJesse Ezell
2014-03-20cleanup and refactor diff / patchJesse Ezell