| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-27 | Run the tests in parallel | Carlos Martín Nieto | |
| This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control. | |||
| 2015-06-29 | Add DiffBlobs | Carlos Martín Nieto | |
| This lets you diff two arbitrary blobs with arbitrary names. | |||
| 2015-04-24 | tests: always clean up temporary repository dirs | Patrick Steinhardt | |
| Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories. | |||
| 2015-01-04 | Add git_diff_get_stats() | Henning Perl | |
| This commit adds git_diff_get_stats() as well as functions to query the stats for insertions, deletions, and changed files. | |||
| 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 ↵ | Jesse Ezell | |
| pointers to structures for diff detail. add patch error code handling. trim excess data from diff structures. | |||
| 2014-03-21 | Allow diff.ForEach to enumerate files, hunks, and lines with single call. ↵ | Jesse Ezell | |
| Support use of closures for enumeration. | |||
| 2014-03-20 | refactor and cleanup code | Jesse Ezell | |
| 2014-03-20 | cleanup and refactor diff / patch | Jesse Ezell | |
